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