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

TdxCustomDockControl.OnLayoutChanged Event

In This Article

Fires each time the control’s docking layout is changed.

#Declaration

Delphi
property OnLayoutChanged: TdxDockControlNotifyEvent read; write;

#Remarks

Each time the dock control is docked to another dock control, made to float or another dock control is docked to it, 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 whose layout has changed.

See Also