Skip to main content

TdxDockingManager.OnLayoutChanged Event

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

Declaration

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