OutputWindowEventsClass::PaneClearing Event
Visual Studio 2015
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.
Assembly: EnvDTE (in EnvDTE.dll)
public: event _dispOutputWindowEvents_PaneClearingEventHandler^ PaneClearing { virtual void add(_dispOutputWindowEvents_PaneClearingEventHandler^ value); virtual void remove(_dispOutputWindowEvents_PaneClearingEventHandler^ value); }
Show: