NodeParentNodesAdd


Description

An event that reports that Node object has had a parent node added to its ParentNodes collection.

Syntax

aModel_NodeParentNodesAdd(nodeChild, nodeParent)

 

Parameter Description
aModel a Mode object.
nodeChild the Node object to which a parent was added.
nodeParent the parent Node object that was added.

Guarantees

This event will be fired after the parent Node has been added.

Applies To

Model

Also See

NodeParentNodesRemove

Events: an Overview