INotifyObjectDisposed.Disposed Event

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Occurs when an object is disposed.

Namespace:  Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

'Declaration
Event Disposed As EventHandler
event EventHandler Disposed

Remarks

After an object is disposed, any call to its properties or methods will throw an ObjectDisposedException error. This event can be used to remove a reference to the object that was just disposed.

Accessing any object member in this event will throw the ObjectDisposedException.

If you need to unsubscribe from events or access any other object member, consider using the Disposing event if it is available.

.NET Framework Security

See Also

Reference

INotifyObjectDisposed Interface

Microsoft.VisualStudio.SharePoint Namespace