Table of Contents

Event Disposed

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

Occurs when the control has been disposed and its resources have been released.

public static event EventHandler? Disposed

Returns

EventHandler
Occurs when the control has been disposed and its resources have been released.

Remarks

Subscribe to this event to be notified when the control is disposed. After disposal, further operations on the control may result in exceptions or undefined behavior.