NodeParentNodeSetName


Description

An event that reports that a Node object's parent has had its name changed.

Syntax

aModel_NodeParentNodesSetName(nodeChild, nodeParent, OldName)

 

Parameter Description
aModel a Model object.
nodeChild the Node object that had a parent renamed.
nodeParent the parent Node object that was renamed..
OldName a string with the parent's old name.

Guarantees

Remarks

The parent's new name can be found with this expression:

nodeParent.Name

 

This event is redundant in the sense that it conveys the same information as the NodeSetName event. It, however, is convenient when child nodes needs to track their parents' names.

Applies To

Model

Also See:

Events: an Overview