TcxScheduler.OnInitEventImages Event
Fires when the user event‘s rectangle is about to be rendered.
Declaration
property OnInitEventImages: TcxSchedulerInitEventImages read; write;
Remarks
Implement the OnInitEventImages event handler to provide the user event with custom icons.
Sender specifies a scheduler control.
AEvent specifies the user event whose rectangle will be rendered.
AImages specifies a collection containing the user event’s icons.
See Also