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.OnParentChanged Event

In This Article

Fires immediately after the control’s parent has been changed.

#Declaration

Delphi
property OnParentChanged: TdxDockControlNotifyEvent read; write;

#Remarks

Handle the OnParentChanged event to provide the appropriate response to changing the parent of a dock control. Generally, this event will be used to restore settings saved in the OnParentChanging event. Please refer to this event description for details on when dock control parents are changed and why such changes must be processed.

The Sender parameter identifies the control whose parent has been changed.

See Also