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
Notifies listening clients that a solution has been closed.
Notifies listening clients that the project has been loaded.
Notifies listening clients that the project has been opened.
Notifies listening clients that the solution has been opened.
Notifies listening clients that the project is about to be closed.
Notifies listening clients that the solution is about to be closed.
Notifies listening clients that the project is about to be unloaded.
Queries listening clients as to whether the project can be closed.
Queries listening clients as to whether the project can be unloaded.
Top