Show / Hide Table of Contents

Class Events

A collection of events.

Inheritance
System.Object
Events
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Community.VisualStudio.Toolkit
Assembly: Community.VisualStudio.Toolkit.dll
Syntax
public class Events

Properties

| Improve this Doc View Source

BuildEvents

Declaration
public BuildEvents BuildEvents { get; }
Property Value
Type Description
EnvDTE.BuildEvents
| Improve this Doc View Source

CodeModelEvents

Declaration
public CodeModelEvents CodeModelEvents { get; }
Property Value
Type Description
EnvDTE80.CodeModelEvents
| Improve this Doc View Source

CommandEvents

Declaration
public CommandEvents CommandEvents { get; }
Property Value
Type Description
EnvDTE.CommandEvents
| Improve this Doc View Source

DebuggerEvents

Declaration
public DebuggerEvents DebuggerEvents { get; }
Property Value
Type Description
EnvDTE.DebuggerEvents
| Improve this Doc View Source

DebuggerExpressionEvaluationEvents

Declaration
public DebuggerExpressionEvaluationEvents DebuggerExpressionEvaluationEvents { get; }
Property Value
Type Description
EnvDTE80.DebuggerExpressionEvaluationEvents
| Improve this Doc View Source

DebuggerProcessEvents

Declaration
public DebuggerProcessEvents DebuggerProcessEvents { get; }
Property Value
Type Description
EnvDTE80.DebuggerProcessEvents
| Improve this Doc View Source

DocumentEvents

Declaration
public DocumentEvents DocumentEvents { get; }
Property Value
Type Description
EnvDTE.DocumentEvents
| Improve this Doc View Source

DTEEvents

Declaration
public DTEEvents DTEEvents { get; }
Property Value
Type Description
EnvDTE.DTEEvents
| Improve this Doc View Source

FindEvents

Declaration
public FindEvents FindEvents { get; }
Property Value
Type Description
EnvDTE.FindEvents
| Improve this Doc View Source

MiscFilesEvents

Declaration
public ProjectItemsEvents MiscFilesEvents { get; }
Property Value
Type Description
EnvDTE.ProjectItemsEvents
| Improve this Doc View Source

OutputWindowEvents

Declaration
public OutputWindowEvents OutputWindowEvents { get; }
Property Value
Type Description
EnvDTE.OutputWindowEvents
| Improve this Doc View Source

ProjectEvents

Declaration
public ProjectsEvents ProjectEvents { get; }
Property Value
Type Description
EnvDTE.ProjectsEvents
| Improve this Doc View Source

ProjectItemEvents

Declaration
public ProjectItemsEvents ProjectItemEvents { get; }
Property Value
Type Description
EnvDTE.ProjectItemsEvents
| Improve this Doc View Source

PublishEvents

Declaration
public PublishEvents PublishEvents { get; }
Property Value
Type Description
EnvDTE80.PublishEvents
| Improve this Doc View Source

SelectionEvents

Declaration
public SelectionEvents SelectionEvents { get; }
Property Value
Type Description
EnvDTE.SelectionEvents
| Improve this Doc View Source

SolutionEvents

Declaration
public SolutionEvents SolutionEvents { get; }
Property Value
Type Description
EnvDTE.SolutionEvents
| Improve this Doc View Source

SolutionItemEvents

Declaration
public ProjectItemsEvents SolutionItemEvents { get; }
Property Value
Type Description
EnvDTE.ProjectItemsEvents
| Improve this Doc View Source

TaskListEvents

Declaration
public TaskListEvents TaskListEvents { get; }
Property Value
Type Description
EnvDTE.TaskListEvents
| Improve this Doc View Source

TextDocumentKeyPressEvents

Declaration
public TextDocumentKeyPressEvents TextDocumentKeyPressEvents { get; }
Property Value
Type Description
EnvDTE80.TextDocumentKeyPressEvents
| Improve this Doc View Source

TextEditorEvents

Declaration
public TextEditorEvents TextEditorEvents { get; }
Property Value
Type Description
EnvDTE.TextEditorEvents
| Improve this Doc View Source

WindowEvents

Declaration
public WindowEvents WindowEvents { get; }
Property Value
Type Description
EnvDTE.WindowEvents
| Improve this Doc View Source

WindowVisibilityEvents

Declaration
public WindowVisibilityEvents WindowVisibilityEvents { get; }
Property Value
Type Description
EnvDTE80.WindowVisibilityEvents
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX