TcxSchedulerContentPopupMenu.OnClick Event
Fires after an end-user has clicked the AItem popup menu item.
Declaration
property OnClick: TcxSchedulerContentPopupMenuClickEvent read; write;
Remarks
Implement the OnClick event handler to provide custom behavior (for example, displaying a submenu) when an end-user has clicked the menu item.
The Sender parameter specifies the popup menu invoked.
The AItem parameter specifies the item clicked.
The AHandled parameter specifies whether the default operations are performed when the event handler exits. Assign True to the AHandled parameter to prevent the default behavior from being performed.
See Also