Skip to main content

TcxPivotGridPopupMenus.OnClick Event

Fires after an end-user has clicked a pop-up menu item.

Declaration

property OnClick: TcxPivotGridPopupMenuClickEvent 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 pivot grid.

The AItem parameter specifies the menu item clicked.

The AHandled parameter specifies whether 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