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.

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

Syntax

'Declaration
<GuidAttribute("FA1BB6D7-CA83-11D2-AAB2-00C04F688DDE")> _
Public Interface DTEEvents _
    Inherits _DTEEvents, _dispDTEEvents_Event
[GuidAttribute("FA1BB6D7-CA83-11D2-AAB2-00C04F688DDE")]
public interface DTEEvents : _DTEEvents, 
    _dispDTEEvents_Event
[GuidAttribute(L"FA1BB6D7-CA83-11D2-AAB2-00C04F688DDE")]
public interface class DTEEvents : _DTEEvents, 
    _dispDTEEvents_Event
[<GuidAttribute("FA1BB6D7-CA83-11D2-AAB2-00C04F688DDE")>]
type DTEEvents =  
    interface 
        interface _DTEEvents 
        interface _dispDTEEvents_Event 
    end
public interface DTEEvents extends _DTEEvents, _dispDTEEvents_Event

The DTEEvents type exposes the following members.

Methods

  Name Description
Public method add_ModeChanged Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDTEEvents_Event.)
Public method add_OnBeginShutdown Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDTEEvents_Event.)
Public method add_OnMacrosRuntimeReset Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDTEEvents_Event.)
Public method add_OnStartupComplete Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDTEEvents_Event.)
Public method remove_ModeChanged Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDTEEvents_Event.)
Public method remove_OnBeginShutdown Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDTEEvents_Event.)
Public method remove_OnMacrosRuntimeReset Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDTEEvents_Event.)
Public method remove_OnStartupComplete Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDTEEvents_Event.)

Top

Events

  Name Description
Public event ModeChanged Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDTEEvents_Event.)
Public event OnBeginShutdown Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDTEEvents_Event.)
Public event OnMacrosRuntimeReset Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDTEEvents_Event.)
Public event OnStartupComplete Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDTEEvents_Event.)

Top

Remarks

The DTEEvents object is returned by DTE.Events.

See Also

Reference

EnvDTE Namespace