Compartilhar via


Evento OutputWindowEventsClass.PaneAdded

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Ocorre quando um novo painel de janela de saída é criado.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE.dll)

Sintaxe

'Declaração
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 não oferece suporte a eventos.

Implementações

_dispOutputWindowEvents_Event.PaneAdded

Segurança do .NET Framework

Consulte também

Referência

OutputWindowEventsClass Classe

Namespace EnvDTE