Skip to main content

TcxGridPopupMenu.OnMenuItemClick Event

Enables you to respond to the menu item click.

Declaration

property OnMenuItemClick: TcxGridPopupMenuItemClickProc read; write;

Remarks

The OnMenuItemClick event fires after an end-user has clicked a pop-up menu item.

ASender specifies the invoked pop-up menu item.

AHitTest provides the HitTest information on an element for which the pop-up menu has been invoked.

AHandler specifies the default handler for the invoked pop-up menu item. This handler will be invoked after the OnMenuItemClick event handler has finished its execution (if AHandled is True). Set AHandled to False to prevent the default action execution.

See Also