Description

McDataNodes.ReParent prior to the mcdbnode primary parent change.

Syntax

Private Sub object_BeforeReParent(pnoderefSelected, pmcdbnodeNewParent, pmcdbnodeOldParent, bCancel)

The BeforeReParent Event syntax has these parts:

PartDescription
objectA McDataManager object.
pnoderefSelectedA McDataNodeRef object. The 'Selection' McDataNodeRef containing the McDBNode to reparent.
pmcdbnodeNewParentA McDBNode object. The proposed new McDataNode primary parent.
pmcdbnodeOldParentA McDBNode object. The current McDataNode primary parent of the McDBNode.
bCancelA Boolean value. Assign to True to disallow this operation.