SolutionEventsClass.ProjectAdded Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs immediately after adding a project to the solution.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual event EnvDTE::_dispSolutionEvents_ProjectAddedEventHandler ^ ProjectAdded;
public:
virtual event EnvDTE::_dispSolutionEvents_ProjectAddedEventHandler ^ ProjectAdded;
public virtual event EnvDTE._dispSolutionEvents_ProjectAddedEventHandler ProjectAdded;
member this.ProjectAdded : EnvDTE._dispSolutionEvents_ProjectAddedEventHandler
Public Overridable Custom Event ProjectAdded As _dispSolutionEvents_ProjectAddedEventHandler Implements ProjectAdded