TdxRibbonCustomBackstageView.OnCloseUp Event
Enables you to perform specific actions before the menu is closed.
Declaration
property OnCloseUp: TNotifyEvent read; write;
Remarks
Sender specifies the menu to be closed.
To prohibit the menu from being closed under certain conditions, handle the OnCanClose event.
See Also