TdxBarCustomPopupMenu.OnPopup Event
Enables you to respond to invoking the popup menu.
Declaration
property OnPopup: TNotifyEvent read; write;
Remarks
This event fires before the OnShow event, which enables you to perform specific actions before the popup menu appears on screen.
See Also