TcxSchedulerTimeRulerPopupMenu.OnClick Event
Fires after the user has clicked the AItem pop-up menu item.
Declaration
property OnClick: TcxSchedulerTimeRulerPopupMenuClickEvent read; write;
Remarks
Handles this event to provide custom behavior (for example, displaying a submenu) when an end-user has clicked the menu item.
The Sender parameter specifies the pop-up menu invoked.
The AItem parameter specifies the item clicked.
The AHandled parameter specifies whether default operations are required when the event handler exits. Assign the AHandled parameter a value of True to avoid executing the default behavior.
See Also