Skip to main content

TcxSchedulerGetEventModernStyleHintInfo Type

The scheduler control’s OnGetEventModernStyleHintInfo event procedural type.

Declaration

TcxSchedulerGetEventModernStyleHintInfo = procedure(Sender: TObject; AEvent: TcxSchedulerControlEvent; AInfo: TcxSchedulerEventModernStyleHintInfo) of object;

Parameters

Name Type
Sender TObject
AEvent TcxSchedulerControlEvent
AInfo TcxSchedulerEventModernStyleHintInfo

Remarks

Use the Sender and AEvent parameters to access the Scheduler control and the user event that raised the TcxSchedulerGetEventModernStyleHintInfo event.

The AInfo parameter allows you to hide callout popup hints for all or certain events as well as customize the information that these hints display. Refer to the TcxSchedulerEventModernStyleHintInfo class description for detailed information on all available customization options.

See Also