OutputWindowEvents Interface
Provides events for changes to the Output window.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | add_PaneAdded(_dispOutputWindowEvents_PaneAddedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispOutputWindowEvents_Event.) |
![]() | add_PaneClearing(_dispOutputWindowEvents_PaneClearingEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispOutputWindowEvents_Event.) |
![]() | add_PaneUpdated(_dispOutputWindowEvents_PaneUpdatedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispOutputWindowEvents_Event.) |
![]() | remove_PaneAdded(_dispOutputWindowEvents_PaneAddedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispOutputWindowEvents_Event.) |
![]() | remove_PaneClearing(_dispOutputWindowEvents_PaneClearingEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispOutputWindowEvents_Event.) |
![]() | remove_PaneUpdated(_dispOutputWindowEvents_PaneUpdatedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispOutputWindowEvents_Event.) |
| Name | Description | |
|---|---|---|
![]() | PaneAdded | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispOutputWindowEvents_Event.) |
![]() | PaneClearing | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispOutputWindowEvents_Event.) |
![]() | PaneUpdated | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispOutputWindowEvents_Event.) |
Use this object for functionality and refer to OutputWindowEvents for this object's documentation. The OutputWindowEvents object is returned by DTE.Events.

