Skip to main content

TdxBarManager.OnBarDockingStyleChange Event

Occurs when a toolbar’s docking style is changed.

Declaration

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