INotifyDisposable Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An interface that offers notification after the implementing object is disposed.
public interface INotifyDisposable : IDisposable
type INotifyDisposable = interface
interface IDisposable
Public Interface INotifyDisposable
Implements IDisposable
- Implements
Events
Disposed |
Occurs when the object is disposed. |