This event is signalled just after renaming a VJProject or VJProjectItem.
Syntax
ProjectItemsEvents object:
Event ItemRenamed (object As VJProjectItem, oldname As String)
ProjectEvents object:
Event ItemRenamed (object As VJProject, 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. |