TdxCustomDockControl.OnParentChanged Event
Fires immediately after the control’s parent has been changed.
Declaration
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