TdxBarManager.OnBarDockingStyleChange Event
In This Article
Occurs when a toolbar’s docking style is changed.
#Declaration
Delphi
property OnBarDockingStyleChange: TdxBarEvent read; write;
#Remarks
Handle the OnBarDockingStyleChange event to perform specific actions when changing the docking style of the toolbar specified by the ABar parameter. The Sender parameter specifies the bar manager to which the toolbar belongs. The event is fired by the DoBarDockingStyleChanged method.
See Also