WindowEventsClass.WindowClosing 事件

更新:2007 年 11 月

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

窗口即将关闭时发生。

命名空间:  EnvDTE
程序集:  EnvDTE(在 EnvDTE.dll 中)

语法

声明
Public Overridable Event WindowClosing As _dispWindowEvents_WindowClosingEventHandler
用法
Dim instance As WindowEventsClass
Dim handler As _dispWindowEvents_WindowClosingEventHandler

AddHandler instance.WindowClosing, handler
public virtual event _dispWindowEvents_WindowClosingEventHandler WindowClosing
public:
virtual  event _dispWindowEvents_WindowClosingEventHandler^ WindowClosing {
    void add (_dispWindowEvents_WindowClosingEventHandler^ value);
    void remove (_dispWindowEvents_WindowClosingEventHandler^ value);
}
JScript 不支持事件。

实现

_dispWindowEvents_Event.WindowClosing

示例

Public Sub WindowEvents_WindowClosing(ByVal Window As EnvDTE.Window) Handles WindowEvents.WindowClosing
   MsgBox("test")
End Sub

权限

另请参见

参考

WindowEventsClass 类

WindowEventsClass 成员

EnvDTE 命名空间