Compartir a través de


OutputWindowEventsClass.PaneClearing (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 elimina todo el texto de un panel de la ventana de salida.

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

Sintaxis

'Declaración
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 no admite eventos.

Implementaciones

_dispOutputWindowEvents_Event.PaneClearing

Seguridad de .NET Framework

Vea también

Referencia

OutputWindowEventsClass Clase

EnvDTE (Espacio de nombres)