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
'Usage
Dim instance As DTEEvents
[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
public interface DTEEvents extends _DTEEvents, _dispDTEEvents_Event

Remarks

The DTEEvents object is returned by DTE.Events.

See Also

Reference

DTEEvents Members

EnvDTE Namespace