Skip to main content

TcxScheduler.OnCustomDrawContent Event

Occurs every time scheduler area content is about to be drawn.

Declaration

property OnCustomDrawContent: TcxSchedulerCustomDrawContentEvent read; write;

Remarks

Implement the OnCustomDrawContent event handler to custom paint the content.

The Sender parameter specifies the time View currently active in the scheduling area.

The ACanvas parameter specifies the drawing surface.

The AViewInfo parameter returns ViewInfo information required to render scheduler area content.

The ADone parameter specifies if built-in draw routines are executed. Set ADone to True to prevent default painting.

See Also