Compartilhar via


Evento OutputWindowEventsClass.PaneClearing

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

Ocorre quando todo o texto em um painel de janela de saída é excluído.

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

Sintaxe

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

Implementações

_dispOutputWindowEvents_Event.PaneClearing

Segurança do .NET Framework

Consulte também

Referência

OutputWindowEventsClass Classe

Namespace EnvDTE