IVsSolutionEvents4 Members
Include Protected Members
Include Inherited Members
Listening interface that monitors any notifications of changes to the solution.
The IVsSolutionEvents4 type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnAfterAsynchOpenProject | Notifies listening clients that a project has been opened asynchronously. | |
OnAfterChangeProjectParent | Notifies listening clients that a project parent has changed. | |
OnAfterRenameProject | Notifies listening clients that a project has been renamed. | |
OnQueryChangeProjectParent | Queries listening clients as to whether a parent project has changed. |
Top