Share via


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
'Usage
Dim instance As OutputWindowEventsClass 
Dim handler As _dispOutputWindowEvents_PaneClearingEventHandler 

AddHandler instance.PaneClearing, handler
public virtual event _dispOutputWindowEvents_PaneClearingEventHandler PaneClearing
public:
virtual   event _dispOutputWindowEvents_PaneClearingEventHandler^ PaneClearing {
    void add (_dispOutputWindowEvents_PaneClearingEventHandler^ value);
    void remove (_dispOutputWindowEvents_PaneClearingEventHandler^ value);
}
JScript does not support events.

Implements

_dispOutputWindowEvents_Event.PaneClearing

.NET Framework Security

See Also

Reference

OutputWindowEventsClass Class

OutputWindowEventsClass Members

EnvDTE Namespace