INotifyObjectDisposing Interface
A class implementing this interface notifies you when an object is being disposed.
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
| Name | Description | |
|---|---|---|
![]() | IsDisposing | Gets whether an object is disposing. |
When object is being disposed, it can be used to perform clean up tasks such as unsubscribing from event handlers.
Show:

