OutputWindowEventsClass::PaneAdded Event

 

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.

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

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