Description

McDataNodes.Rename before the McDBNode modification.

Syntax

Private Sub object_BeforeRename(pnoderefCurrent, sNewName, bCancel)

The BeforeRename Event syntax has these parts:

PartDescription
objectA McDataManager object.
pnoderefCurrentA McDataNodeRef object. The 'Current' McDataNodeRef and object to rename.
sNewNameA String value. The new name.
bCancelA Boolean value. Assign to True to disallow this operation.