SolutionEventsClass Events

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

NameDescription
System_CAPS_pubeventAfterClosing

This API supports the product infrastructure and is not intended to be used directly from your code. Occurs immediately after closing a solution.

System_CAPS_pubeventBeforeClosing

This API supports the product infrastructure and is not intended to be used directly from your code. Occurs immediately before closing a solution.

System_CAPS_pubeventOpened

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.

System_CAPS_pubeventProjectAdded

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.

System_CAPS_pubeventProjectRemoved

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.

System_CAPS_pubeventProjectRenamed

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.

System_CAPS_pubeventQueryCloseSolution

This API supports the product infrastructure and is not intended to be used directly from your code. Occurs before the BeforeClosing.

System_CAPS_pubeventRenamed

This API supports the product infrastructure and is not intended to be used directly from your code. Occurs after you rename a solution.

Return to top
Show: