SolutionEventsClass::ProjectAdded Event
Visual Studio 2015
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.
Assembly: EnvDTE (in EnvDTE.dll)
public: event _dispSolutionEvents_ProjectAddedEventHandler^ ProjectAdded { virtual void add(_dispSolutionEvents_ProjectAddedEventHandler^ value); virtual void remove(_dispSolutionEvents_ProjectAddedEventHandler^ value); }
Implements
_dispSolutionEvents_Event::ProjectAdded
Show: