NodeParentNodesRemove


Description

An event that reports that a Node object has had a parent node removed from its ParentNodes collection.

Syntax

aModel_NodeParentNodesRemove(nodeChild, nodeParent, iOldPosition)

 

Parameter Description
aModel a Mode object.
nodeChild the Node object to which a parent was removed.
nodeParent the parent Node object that was added.
iPositionOld the position the parent had in the ParentNodes collection.

Guarantees

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

Applies To

Model

Also See

NodeParentNodesAdd

Events: an Overview