Description

McDataNodes.ReParent after the mcdbnode primary parent change.

Syntax

Private Sub object_AfterReParent(pnoderefSelected, pmcdbnodeNewParent, pmcdbnodeOldParent)

The AfterReParent Event syntax has these parts:

PartDescription
objectA McDataManager object.
pnoderefSelectedA McDataNodeRef object. The 'Selection' McDataNodeRef containing the McDBNode reparented.
pmcdbnodeNewParentA McDBNode object. The new McDataNode primary parent.
pmcdbnodeOldParentA McDBNode object. The previous McDataNode primary parent of the McDBNode.