Share via


INotifyDisposable Interface

Definition

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.

Applies to