GetRenameInfo

This method receives information about changes within the OnChange event.

Syntax

If the ChangeInfo parameter of the OnChange event is set to CollItemRenamed, you can use this method to get the old and new name of a renamed item.

GetRenameInfo (OldName As String, NewName As String)
Parameter Description

OldName

Name of the changed item before renaming it.

NewName

Name of the changed item after renaming it.