Interface IDisposableObject
Extends IDisposable with new events and properties.
public interface IDisposableObject : IDisposable
Properties
- DisposeHandle
Gets or sets whether to dispose resources.
- IsDisposed
Gets whether object is disposed.
Methods
- CheckDisposed()
Throws ObjectDisposedException if IsDisposed is
true
.
Events
- Disposed
Occurs when control is disposed.