OutputWindowEventsClass::PaneClearing Event

 

This API supports the product 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)

public:
event _dispOutputWindowEvents_PaneClearingEventHandler^ PaneClearing {
	virtual void add(_dispOutputWindowEvents_PaneClearingEventHandler^ value);
	virtual void remove(_dispOutputWindowEvents_PaneClearingEventHandler^ value);
}
Return to top
Show: