TdxBarManager.OnBarDelete Event
In This Article
Occurs before a toolbar is removed from the current bar manager’s collection of toolbars.
#Declaration
Delphi
property OnBarDelete: TdxBarEvent read; write;
#Remarks
Handle the OnBarDelete event to perform specific actions before a toolbar (specified by the ABar parameter) is removed from the toolbars collection of the current bar manager specified by the Sender parameter.
See Also