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.

protected virtual void OnRemovedFromParent(AbstractControl parentControl)

Parameters

parentControl AbstractControl

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