TcxSchedulerGridBuildInPopupMenu.OnClick Event
Allows you to respond to the pop-up menu’s item click.
Declaration
property OnClick: TcxSchedulerGridBuildInPopupMenuClickEvent read; write;
Remarks
Fires after an end-user has clicked the AItem pop-up menu item.
Implement the OnClick event handler to provide custom behavior (for example, displaying a submenu), when an end-user has clicked the menu item.
Sender specifies the invoked pop-up menu.
AItem specifies the clicked item.
ASubItemIndex specifies the sub-item’s index.
AHandled specifies whether the default action is required. Set AHandled to True to prevent the default action execution.
See Also