Fired after successfully renaming the member, changing the file path, Setting the file path from UI, Editing the file name. The file on the disk is renamed to the new name. No new file should be created on disk.
Syntax
Visual Basic
Public Event AfterMemberDocumentRenamed( _
ByVal theMember As Object, _
ByVal OldName As String _
)