Description McDataNodes.Rename before the McDBNode modification.
Syntax
Private Sub object_BeforeRename2(pnoderefCurrent, sNewName, bCancel)
The BeforeRename2 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. |
|