INotifyObjectDisposing Interface
A class implementing this interface notifies you when an object is being disposed.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Interface INotifyObjectDisposing
public interface INotifyObjectDisposing
The INotifyObjectDisposing type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsDisposing | Gets whether an object is disposing. |
Top
Events
Name | Description | |
---|---|---|
Disposing | Occurs when an object is being disposed. |
Top
Remarks
When object is being disposed, it can be used to perform clean up tasks such as unsubscribing from event handlers.