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