Table of Contents

Method RaiseComponentRemoved

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

RaiseComponentRemoved(DisposableObject)

Raises an event or performs actions when a component is removed.

public virtual void RaiseComponentRemoved(DisposableObject childElement)

Parameters

childElement DisposableObject

The component that was removed. Cannot be null.

Remarks

This method is intended to be overridden in derived classes to handle custom logic when a component is removed. Ensure that childElement is properly disposed of if necessary.