Back to Devexpress

TdxDockingManager.OnLayoutChanged Event

vcl-dxdockcontrol-dot-tdxdockingmanager-baa61abe.md

latest1.2 KB
Original Source

TdxDockingManager.OnLayoutChanged Event

This event fires each time the layout of dock control changes.

Declaration

delphi
property OnLayoutChanged: TdxDockControlNotifyEvent read; write;

Remarks

Each time a dock control is docked to another dock control or made to float, the OnLayoutChanged event is raised. Handle this event if you need to perform dock control updates each time its docking layout is changed.

The Sender parameter of the event allows you to identify the control on which the docking operation has been performed.

Note that the OnLayoutChanged event doesn’t fire in response to changing the size of controls.

See Also

TdxCustomDockControl.OnLayoutChanged

Controlling Docking Operations

Docking Operations

TdxDockingManager Class

TdxDockingManager Members

dxDockControl Unit