INotifyObjectDisposed Interface
A class implementing this interface notifies you when an object is disposed.
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
| Name | Description | |
|---|---|---|
![]() | IsDisposed | Gets whether the an object is disposed. |
After an object is disposed, it can no longer be used. Any call to its methods or properties will result in a ObjectDisposedException error.
Show:

