Compartir a través de


WindowEventsClass.WindowClosing (Evento)

Actualización: noviembre 2007

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Se produce inmediatamente antes de cerrarse una ventana.

Espacio de nombres:  EnvDTE
Ensamblado:  EnvDTE (en EnvDTE.dll)

Sintaxis

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 no admite eventos.

Implementaciones

_dispWindowEvents_Event.WindowClosing

Ejemplos

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

Permisos

Vea también

Referencia

WindowEventsClass (Clase)

WindowEventsClass (Miembros)

EnvDTE (Espacio de nombres)