DTEEvents Interface
Provides events relating to the state of the environment. Use this object for functionality and refer to DTEEventsClass for this object's documentation.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | add_ModeChanged(_dispDTEEvents_ModeChangedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDTEEvents_Event.) |
![]() | add_OnBeginShutdown(_dispDTEEvents_OnBeginShutdownEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDTEEvents_Event.) |
![]() | add_OnMacrosRuntimeReset(_dispDTEEvents_OnMacrosRuntimeResetEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDTEEvents_Event.) |
![]() | add_OnStartupComplete(_dispDTEEvents_OnStartupCompleteEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDTEEvents_Event.) |
![]() | remove_ModeChanged(_dispDTEEvents_ModeChangedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDTEEvents_Event.) |
![]() | remove_OnBeginShutdown(_dispDTEEvents_OnBeginShutdownEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDTEEvents_Event.) |
![]() | remove_OnMacrosRuntimeReset(_dispDTEEvents_OnMacrosRuntimeResetEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDTEEvents_Event.) |
![]() | remove_OnStartupComplete(_dispDTEEvents_OnStartupCompleteEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDTEEvents_Event.) |
| Name | Description | |
|---|---|---|
![]() | ModeChanged | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDTEEvents_Event.) |
![]() | OnBeginShutdown | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDTEEvents_Event.) |
![]() | OnMacrosRuntimeReset | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDTEEvents_Event.) |
![]() | OnStartupComplete | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDTEEvents_Event.) |
The DTEEvents object is returned by DTE.Events.

