GlobalType.Removing 事件

,在当前全局类型从使用之前,将取消操作。

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

语法

声明
Public Event Removing As EventHandler
public event EventHandler Removing

备注

Removing 事件是默认实现通过 EmptyEventArgs 值的 PerformRemove 方法引发。

有关处理事件的更多信息,请参见使用事件

.NET Framework 安全性

请参见

参考

GlobalType 类

Microsoft.VisualStudio.Shell.Design 命名空间

PerformRemove

OnRemoving

Removed