OutputWindowEventsClass::PaneAdded Event
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Occurs when a new Output window pane is created.
Assembly: EnvDTE (in EnvDTE.dll)
public: event _dispOutputWindowEvents_PaneAddedEventHandler^ PaneAdded { virtual void add(_dispOutputWindowEvents_PaneAddedEventHandler^ value); virtual void remove(_dispOutputWindowEvents_PaneAddedEventHandler^ value); }
Implements
_dispOutputWindowEvents_Event::PaneAdded
Show: