INotifyObjectDisposing.Disposing 事件

在正在释放对象时发生。

命名空间:  Microsoft.VisualStudio.SharePoint
程序集:  Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)

语法

声明
Event Disposing As EventHandler
event EventHandler Disposing

备注

此事件的处理程序可用于从事件中取消订阅并释放任何引用或资源。 在此事件处理程序中仍可访问大多数属性。

INotifyObjectDisposing 补充了访问任何对象成员都将导致 ObjectDisposedException 错误的 Disposed 事件。

.NET Framework 安全性

请参见

参考

INotifyObjectDisposing 接口

Microsoft.VisualStudio.SharePoint 命名空间