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