_dispVCProjectEngineEvents_Event Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
| Name | Description | |
|---|---|---|
![]() | add_ItemAdded(_dispVCProjectEngineEvents_ItemAddedEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | add_ItemMoved(_dispVCProjectEngineEvents_ItemMovedEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | add_ItemPropertyChange(_dispVCProjectEngineEvents_ItemPropertyChangeEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | add_ItemPropertyChange2(_dispVCProjectEngineEvents_ItemPropertyChange2EventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | add_ItemRemoved(_dispVCProjectEngineEvents_ItemRemovedEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | add_ItemRenamed(_dispVCProjectEngineEvents_ItemRenamedEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | add_ProjectBuildFinished(_dispVCProjectEngineEvents_ProjectBuildFinishedEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | add_ProjectBuildStarted(_dispVCProjectEngineEvents_ProjectBuildStartedEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | add_ReportError(_dispVCProjectEngineEvents_ReportErrorEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | add_SccEvent(_dispVCProjectEngineEvents_SccEventEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | add_SolutionLoaded(_dispVCProjectEngineEvents_SolutionLoadedEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | remove_ItemAdded(_dispVCProjectEngineEvents_ItemAddedEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | remove_ItemMoved(_dispVCProjectEngineEvents_ItemMovedEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | remove_ItemPropertyChange(_dispVCProjectEngineEvents_ItemPropertyChangeEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | remove_ItemPropertyChange2(_dispVCProjectEngineEvents_ItemPropertyChange2EventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | remove_ItemRemoved(_dispVCProjectEngineEvents_ItemRemovedEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | remove_ItemRenamed(_dispVCProjectEngineEvents_ItemRenamedEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | remove_ProjectBuildFinished(_dispVCProjectEngineEvents_ProjectBuildFinishedEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | remove_ProjectBuildStarted(_dispVCProjectEngineEvents_ProjectBuildStartedEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | remove_ReportError(_dispVCProjectEngineEvents_ReportErrorEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | remove_SccEvent(_dispVCProjectEngineEvents_SccEventEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | remove_SolutionLoaded(_dispVCProjectEngineEvents_SolutionLoadedEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
| Name | Description | |
|---|---|---|
![]() | ItemAdded | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs immediately after you add a project to a solution or an item to a project. |
![]() | ItemMoved | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when a specified object is moved within a project. |
![]() | ItemPropertyChange | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when a property changed for the specified item. |
![]() | ItemPropertyChange2 | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | ItemRemoved | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs immediately after you remove a project from a solution or a project item from a project. |
![]() | ItemRenamed | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs immediately after you rename a project in a solution or a project item in a project. |
![]() | ProjectBuildFinished | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when the building of a project has been completed. |
![]() | ProjectBuildStarted | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when the building of a project has begun. |
![]() | ReportError | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when an error message is sent to the user interface. |
![]() | SccEvent | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when a source code control event has occurred. |
![]() | SolutionLoaded | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs immediately after a solution is loaded. |

