TdxRibbonCustomBackstageView.OnCloseUp Event
In This Article
Enables you to perform specific actions before the menu is closed.
#Declaration
Delphi
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