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