NodeSetDescription (Model)


Description

An event that reports that the Node object's description has been set.

Syntax

aModel_NodeSetDescription(aNode)

 

Parameter Description
aModel a Model object.
aNode a Node object that has had its description set.

Guarantees

Remarks

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

aNode.Description

Applies To

Model

Also See:

Events: an Overview