Interface that contains the VCProjectEngine events methods.
The IVCProjectEngineEvents type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | ItemAdded | Signifies that the specified item was added to the project. | 
| .gif) | ItemMoved | Signifies that the specified item was moved within the project. | 
| .gif) | ItemPropertyChange | Signifies that a property changed for the specified item. | 
| .gif) | ItemRemoved | Signifies that the specified item was removed from the project. | 
| .gif) | ItemRenamed | Signifies that the specified item in the project was renamed. | 
| .gif) | ProjectBuildFinished | Signifies that the building of a project has been completed. | 
| .gif) | ProjectBuildStarted | Signifies that the building of a project has begun. | 
| .gif) | ReportError | Sends an error message to the user interface. | 
| .gif) | SccEvent | Signifies that a source code control event has occurred. | 
| .gif) | SolutionLoaded | Fires when a Visual C++ solution is loaded. | 
Top