Event Disposed
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.