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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.