TdxRibbonCustomRadialMenu.OnPopup Event
Enables you to respond to displaying the radial menu on screen.
Declaration
property OnPopup: TNotifyEvent read; write;
Remarks
This event is fired when the radial menu is about to be displayed on screen via the Popup, PopupFromCursorPos, or Show method call.
Sender specifies the radial menu to be displayed.
See Also