NodeParentNodeSetDescription


Description

An event that reports that a Node object's parent has had its description set.

Syntax

aModel_NodeParentNodeSetDescription(nodeChild, nodeParent)

 

Parameter Description
aModel a Model object.
nodeChild a Node object with a parent that has had its description set.
nodeParent a Node object that has had its description set.

Guarantees

Remarks

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

nodeParent.Description

Applies To

Model

Also See:

Events: an Overview