IVsSolutionEvents3 Members
Include Protected Members
Include Inherited Members
Listening interface that monitors any notifications of changes to the solution.
The IVsSolutionEvents3 type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnAfterCloseSolution | Notifies listening clients that a solution has been closed. (Inherited from IVsSolutionEvents2.) | |
OnAfterClosingChildren | Fired after closing all nested projects owned by a parent hierarchy. | |
OnAfterLoadProject | Notifies listening clients that the project has been loaded. (Inherited from IVsSolutionEvents2.) | |
OnAfterMergeSolution | Notifies listening clients that all projects have been merged into the open solution. (Inherited from IVsSolutionEvents2.) | |
OnAfterOpeningChildren | Fired after opening all nested projects owned by a parent hierarchy. | |
OnAfterOpenProject | Notifies listening clients that the project has been opened. (Inherited from IVsSolutionEvents2.) | |
OnAfterOpenSolution | Notifies listening clients that the solution has been opened. (Inherited from IVsSolutionEvents2.) | |
OnBeforeCloseProject | Notifies listening clients that the project is about to be closed. (Inherited from IVsSolutionEvents2.) | |
OnBeforeCloseSolution | Notifies listening clients that the solution is about to be closed. (Inherited from IVsSolutionEvents2.) | |
OnBeforeClosingChildren | Fired before closing all nested projects owned by a parent hierarchy. | |
OnBeforeOpeningChildren | Fired before opening all nested projects owned by a parent hierarchy. | |
OnBeforeUnloadProject | Notifies listening clients that the project is about to be unloaded. (Inherited from IVsSolutionEvents2.) | |
OnQueryCloseProject | Queries listening clients as to whether the project can be closed. (Inherited from IVsSolutionEvents2.) | |
OnQueryCloseSolution | Queries listening clients as to whether the solution can be closed. (Inherited from IVsSolutionEvents2.) | |
OnQueryUnloadProject | Queries listening clients as to whether the project can be unloaded. (Inherited from IVsSolutionEvents2.) |
Top