Events Properties

 

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

NameDescription
System_CAPS_pubpropertyBuildEvents

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

System_CAPS_pubpropertyCommandBarEvents[Object^]

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

System_CAPS_pubpropertyCommandEvents[String^, Int32]

Gets the CommandEvents for the specified command.

System_CAPS_pubpropertyDebuggerEvents

Gets the object that provides events from the debugger.

System_CAPS_pubpropertyDocumentEvents[Document^]

Gets the DocumentEvents that provides events for the document.

System_CAPS_pubpropertyDTEEvents

Gets the DTEEvents that provides events for the development environment.

System_CAPS_pubpropertyFindEvents

Gets the FindEvents for the Find operation.

System_CAPS_pubpropertyMiscFilesEvents

Gets the ProjectItemsEvents for the solution.

System_CAPS_pubpropertyOutputWindowEvents[String^]

Gets the OutputWindowEvents for the window events.

System_CAPS_pubpropertySelectionEvents

Gets the SelectionEvents for the selection.

System_CAPS_pubpropertySolutionEvents

Gets the SolutionEvents object for the solution.

System_CAPS_pubpropertySolutionItemsEvents

Gets the ProjectItemsEvents object for the solution.

System_CAPS_pubpropertyTaskListEvents[String^]

Gets the TaskListEvents for the development environment.

System_CAPS_pubpropertyTextEditorEvents[TextDocument^]

Gets the TextEditorEvents object for the IDE.

System_CAPS_pubpropertyWindowEvents[Window^]

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

Return to top
Show: