IVsSolutionEvents Members
Include Protected Members
Include Inherited Members
Listening interface that monitors any notifications of changes to the solution.
The IVsSolutionEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnAfterCloseSolution | Notifies listening clients that a solution has been closed. | |
OnAfterLoadProject | Notifies listening clients that the project has been loaded. | |
OnAfterOpenProject | Notifies listening clients that the project has been opened. | |
OnAfterOpenSolution | Notifies listening clients that the solution has been opened. | |
OnBeforeCloseProject | Notifies listening clients that the project is about to be closed. | |
OnBeforeCloseSolution | Notifies listening clients that the solution is about to be closed. | |
OnBeforeUnloadProject | Notifies listening clients that the project is about to be unloaded. | |
OnQueryCloseProject | Queries listening clients as to whether the project can be closed. | |
OnQueryCloseSolution | ||
OnQueryUnloadProject | Queries listening clients as to whether the project can be unloaded. |
Top