Evento WindowEventsClass.WindowClosing

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Ocorre antes de uma janela é fechada.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE.dll)

Sintaxe

'Declaração
Public Overridable Event WindowClosing As _dispWindowEvents_WindowClosingEventHandler
public virtual event _dispWindowEvents_WindowClosingEventHandler WindowClosing
public:
virtual  event _dispWindowEvents_WindowClosingEventHandler^ WindowClosing {
    void add (_dispWindowEvents_WindowClosingEventHandler^ value);
    void remove (_dispWindowEvents_WindowClosingEventHandler^ value);
}
abstract WindowClosing : IEvent<_dispWindowEvents_WindowClosingEventHandler,
    EventArgs>
override WindowClosing : IEvent<_dispWindowEvents_WindowClosingEventHandler,
    EventArgs>
O JScript não oferece suporte a eventos.

Implementações

_dispWindowEvents_Event.WindowClosing

Exemplos

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

Segurança do .NET Framework

Consulte também

Referência

WindowEventsClass Classe

Namespace EnvDTE