Events Members

Include Protected Members
Include Inherited Members

Allows access to all events in the extensibility model. Events may also be exposed from specific objects within the extensibility model.

The Events type exposes the following members.

Methods

 

Name

Description

Public method

GetObject

Gets an interface or object that is late-bound to the DTE object and can be accessed by name at run time.

Top

Properties

 

Name

Description

Public property

BuildEvents

Gets the BuildEvents object, which provides events for solution builds.

Public property

CommandBarEvents

Gets an object providing events fired when the supplied CommandBarControl object is clicked.

Public property

CommandEvents

Gets the CommandEvents for the specified command.

Public property

DebuggerEvents

Gets the object that provides events from the debugger.

Public property

DocumentEvents

Gets the DocumentEvents that provides events for the document.

Public property

DTEEvents

Gets the DTEEvents that provides events for the development environment.

Public property

FindEvents

Gets the FindEvents for the Find operation.

Public property

MiscFilesEvents

Gets the ProjectItemsEvents for the solution.

Public property

OutputWindowEvents

Gets the OutputWindowEvents for the window events.

Public property

SelectionEvents

Gets the SelectionEvents for the selection.

Public property

SolutionEvents

Gets the SolutionEvents object for the solution.

Public property

SolutionItemsEvents

Gets the ProjectItemsEvents object for the solution.

Public property

TaskListEvents

Gets the TaskListEvents for the development environment.

Public property

TextEditorEvents

Gets the TextEditorEvents object for the IDE.

Public property

WindowEvents

Gets the WindowEvents object that provides events for windows in the development environment.

Top

See Also

Reference

Events Interface

EnvDTE Namespace