Method OnRemovedFromParent
OnRemovedFromParent(AbstractControl)
Called when the control is removed from its parent control.
protected virtual void OnRemovedFromParent(AbstractControl parentControl)
Parameters
parentControlAbstractControlThe parent control from which this control was removed. Cannot be null.
Remarks
This method provides an opportunity to perform cleanup or respond to the removal of the control from its parent. Override this method in a derived class to implement custom behavior.