Compartir a través de


OutputWindowEventsClass.PaneAdded (Evento)

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 un nuevo panel en la ventana de salida.

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

Sintaxis

'Declaración
Public Overridable Event PaneAdded As _dispOutputWindowEvents_PaneAddedEventHandler
public virtual event _dispOutputWindowEvents_PaneAddedEventHandler PaneAdded
public:
virtual  event _dispOutputWindowEvents_PaneAddedEventHandler^ PaneAdded {
    void add (_dispOutputWindowEvents_PaneAddedEventHandler^ value);
    void remove (_dispOutputWindowEvents_PaneAddedEventHandler^ value);
}
abstract PaneAdded : IEvent<_dispOutputWindowEvents_PaneAddedEventHandler,
    EventArgs>
override PaneAdded : IEvent<_dispOutputWindowEvents_PaneAddedEventHandler,
    EventArgs>
JScript no admite eventos.

Implementaciones

_dispOutputWindowEvents_Event.PaneAdded

Seguridad de .NET Framework

Vea también

Referencia

OutputWindowEventsClass Clase

EnvDTE (Espacio de nombres)