Vcl.WinXCalendars.TDrawViewInfoEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public 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