Compartilhar via


Evento OutputWindowEventsClass.PaneUpdated

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

Ocorre quando o novo texto é adicionado para um painel na janela Saída.

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

Sintaxe

'Declaração
Public Overridable Event PaneUpdated As _dispOutputWindowEvents_PaneUpdatedEventHandler
public virtual event _dispOutputWindowEvents_PaneUpdatedEventHandler PaneUpdated
public:
virtual  event _dispOutputWindowEvents_PaneUpdatedEventHandler^ PaneUpdated {
    void add (_dispOutputWindowEvents_PaneUpdatedEventHandler^ value);
    void remove (_dispOutputWindowEvents_PaneUpdatedEventHandler^ value);
}
abstract PaneUpdated : IEvent<_dispOutputWindowEvents_PaneUpdatedEventHandler,
    EventArgs>
override PaneUpdated : IEvent<_dispOutputWindowEvents_PaneUpdatedEventHandler,
    EventArgs>
JScript não oferece suporte a eventos.

Implementações

_dispOutputWindowEvents_Event.PaneUpdated

Segurança do .NET Framework

Consulte também

Referência

OutputWindowEventsClass Classe

Namespace EnvDTE