WindowEventsClass.WindowClosing Evento
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Ocorre pouco antes de uma janela ser fechada.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
virtual event EnvDTE::_dispWindowEvents_WindowClosingEventHandler ^ WindowClosing;
public:
virtual event EnvDTE::_dispWindowEvents_WindowClosingEventHandler ^ WindowClosing;
public virtual event EnvDTE._dispWindowEvents_WindowClosingEventHandler WindowClosing;
member this.WindowClosing : EnvDTE._dispWindowEvents_WindowClosingEventHandler
Public Overridable Custom Event WindowClosing As _dispWindowEvents_WindowClosingEventHandler Implements WindowClosing
Tipo de evento
Implementações
Exemplos
Public Sub WindowEvents_WindowClosing(ByVal Window As EnvDTE.Window) Handles WindowEvents.WindowClosing
MsgBox("test")
End Sub