ProjectsEventsClass::ItemRenamed Event

 

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

Occurs immediately after you rename a project in a solution or a project item in a project.

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

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