ItemRenamed Event

           

Occurs just after renaming a Project or Project item.

Syntax

ProjectItemsEvents object:

Event ItemRenamed (object As ProjectItem, oldname As String)

ProjectEvents object:

Event ItemRenamed (object As Project, oldname As String)

This syntax has these parts:

Part Description
object This is the item just renamed.
oldname String. The previous name of the item.