Table of Contents

Method OnRemovedFromParent

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

OnRemovedFromParent(AbstractControl)

Called when the control is removed from its parent control.

void OnRemovedFromParent(AbstractControl parentControl)

Parameters

parentControl AbstractControl

The 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.