Automation Event Objects
Visual Studio add-ins are deprecated in Visual Studio 2013. You should upgrade your add-ins to VSPackage extensions. For more information about upgrading, see FAQ: Converting Add-ins to VSPackage Extensions.
All available event objects are represented as properties on the Events2 object. Following is a complete list of the event objects in the Visual Studio automation model. To see the events that each object offers, click the link.
Event Objects
Object Name |
Description |
---|---|
Provides events for solution builds. |
|
Provides events that occur in code. |
|
Provides events for controls on the Command Bar. |
|
Provides command events for add-ins. |
|
Provides events for the debugger. |
|
Provides events for documents in the integrated development environment (IDE). |
|
Provides events for the state of the IDE. |
|
Represents all events in the automation model. |
|
Provides events for text and file search operations. |
|
Provides events for the Output window. |
|
Provides events for ClickOnce publishing. |
|
Provides events for project items. |
|
Provides events for projects. |
|
Provides events for changes made to items contained in a selection. |
|
Provides events for solutions. |
|
Provides events for the Task List. |
|
Provides events when keys are pressed while editing a text document. |
|
Provides events when document text is changed. |
|
Provides events for windows such as when they are opened or closed. |
|
Provides events for the visibility of windows, such as when they are hidden or displayed. |