TdxBarManager.OnBarClose Event
Occurs when closing a floating toolbar.
Declaration
property OnBarClose: TdxBarEvent read; write;
Remarks
Handle the OnBarClose event to perform specific actions when clicking the Close button on a floating toolbar specified by the ABar parameter. The Sender parameter specifies the bar manager to which the toolbar belongs.
This event is fired by the DoBarClose method.
If a floating toolbar represents a main menu handle the OnCloseButtonClick event instead.
See Also