OutputWindowEventsClass::PaneUpdated Event

 

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.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

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