Compartir a través de


WindowEventsClass.WindowCreated (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 cuando se crea una ventana nueva.

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

Sintaxis

Public Overridable Event WindowCreated As _dispWindowEvents_WindowCreatedEventHandler

Dim instance As WindowEventsClass
Dim handler As _dispWindowEvents_WindowCreatedEventHandler

AddHandler instance.WindowCreated, handler
public virtual event _dispWindowEvents_WindowCreatedEventHandler WindowCreated
public:
virtual  event _dispWindowEvents_WindowCreatedEventHandler^ WindowCreated {
    void add (_dispWindowEvents_WindowCreatedEventHandler^ value);
    void remove (_dispWindowEvents_WindowCreatedEventHandler^ value);
}
JScript no admite eventos.

Implementaciones

_dispWindowEvents_Event.WindowCreated

Ejemplos

Public Sub WindowEvents_WindowCreated(ByVal Window As EnvDTE.Window) Handles WindowEvents.WindowCreated
   MsgBox("test")
End Sub

Permisos

Vea también

Referencia

WindowEventsClass (Clase)

WindowEventsClass (Miembros)

EnvDTE (Espacio de nombres)