Поделиться через


WindowEventsClass.WindowClosing - событие

Обновлен: Ноябрь 2007

Этот 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 - пространство имен