OutputWindowEventsClass.PaneUpdated Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when new text is added to a pane in the Output window.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual event EnvDTE::_dispOutputWindowEvents_PaneUpdatedEventHandler ^ PaneUpdated;
public:
virtual event EnvDTE::_dispOutputWindowEvents_PaneUpdatedEventHandler ^ PaneUpdated;
public virtual event EnvDTE._dispOutputWindowEvents_PaneUpdatedEventHandler PaneUpdated;
member this.PaneUpdated : EnvDTE._dispOutputWindowEvents_PaneUpdatedEventHandler
Public Overridable Custom Event PaneUpdated As _dispOutputWindowEvents_PaneUpdatedEventHandler Implements PaneUpdated