Vcl.WinXCalendars.TDrawViewInfoEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDrawViewInfoEvent = procedure(Sender: TObject; DrawParams: TDrawViewInfoParams;
CalendarViewViewInfo: TCellItemViewInfo) of object;

C++

typedef void __fastcall (__closure *TDrawViewInfoEvent)(System::TObject* Sender, TDrawViewInfoParams* DrawParams, TCellItemViewInfo* CalendarViewViewInfo);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars Vcl.WinXCalendars

Description

The TDrawViewInfoEvent type is the type for events that occur when the item (day, month, or year) is drawn.

It is used for the types that have the following parameters: Sender: TObject; DrawParams: TDrawViewInfoParams; CalendarViewViewInfo: TCellItemViewInfo.

See Also