Description McDataNodes.Rename before the McDBNode modification.
Syntax
Private Sub object_BeforeRename(pnoderefCurrent, sNewName, bCancel)
The BeforeRename Event syntax has these parts:
|
| object | A McDataManager object. | | pnoderefCurrent | A McDataNodeRef object. The 'Current' McDataNodeRef and object to rename. | | sNewName | A String value. The new name. | | bCancel | A Boolean value. Assign to True to disallow this operation. |
|