Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.
.gif)
.gif)