OutputWindowEventsClass.PaneClearing Event
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Occurs when all text in an Output window pane is deleted.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
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 does not support events.
Implements
_dispOutputWindowEvents_Event.PaneClearing
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.