TdxRibbonCustomRadialMenu.OnExpand Event
In This Article
Enables you to respond to expanding the radial menu.
#Declaration
Delphi
property OnExpand: TNotifyEvent read; write;
#Remarks
This event is fired only in collapsible display mode after the radial menu has been completely expanded to display its commands.
Sender specifies the expanded radial menu.
See Also