Skip to main content

TdxCustomDockControl.OnLayoutChanged Event

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

Declaration

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