SolutionEventsClass Events
This API supports the product infrastructure and is not intended to be used directly from your code.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | AfterClosing | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs immediately after closing a solution. |
![]() | BeforeClosing | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs immediately before closing a solution. |
![]() | Opened | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs immediately after opening a solution or project. |
![]() | ProjectAdded | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs immediately after adding a project to the solution. |
![]() | ProjectRemoved | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs after you remove a project from the solution. |
![]() | ProjectRenamed | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs after you rename a project in the solution. |
![]() | QueryCloseSolution | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs before the BeforeClosing. |
![]() | Renamed | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs after you rename a solution. |
