SolutionEventsClass::ProjectRenamed Event

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Occurs after you rename a project in the solution.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

public:
event _dispSolutionEvents_ProjectRenamedEventHandler^ ProjectRenamed {
	virtual void add(_dispSolutionEvents_ProjectRenamedEventHandler^ value);
	virtual void remove(_dispSolutionEvents_ProjectRenamedEventHandler^ value);
}
Return to top
Show: