Method OnRemovedFromParent
OnRemovedFromParent(AbstractControl)
Called when the control is removed from its parent control.
void OnRemovedFromParent(AbstractControl parentControl)
Parameters
parentControlAbstractControlThe parent control from which this control was removed. Cannot be null.
Remarks
This method allows the control to perform any necessary cleanup or state updates when it is detached from its parent.