Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxDockingManager.OnLayoutChanged Event

In This Article

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