SolutionEventsClass.ProjectRemoved 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 after you remove a project from the solution.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual event EnvDTE::_dispSolutionEvents_ProjectRemovedEventHandler ^ ProjectRemoved;
public:
virtual event EnvDTE::_dispSolutionEvents_ProjectRemovedEventHandler ^ ProjectRemoved;
public virtual event EnvDTE._dispSolutionEvents_ProjectRemovedEventHandler ProjectRemoved;
member this.ProjectRemoved : EnvDTE._dispSolutionEvents_ProjectRemovedEventHandler
Public Overridable Custom Event ProjectRemoved As _dispSolutionEvents_ProjectRemovedEventHandler Implements ProjectRemoved