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:
|
| object | A McDataManager object. | | pnoderefSelected | A McDataNodeRef object. The 'Selection' McDataNodeRef containing the McDBNode to reparent. | | pmcdbnodeNewParent | A McDBNode object. The proposed new McDataNode primary parent. | | pmcdbnodeOldParent | A McDBNode object. The current McDataNode primary parent of the McDBNode. | | bCancel | A Boolean value. Assign to True to disallow this operation. |
|