NodePropertiesSet


Description

An event that reports that a Node object's property value has been changed.

Syntax

aModel_NodePropertiesSet(aNode, aPropertyType)

 

Parameter Description
aModel a Model object.
aNode the Node object that has a changed property value.
aPropertyType the PropertyType of the value changed.

Guarantees

Remarks

The property's new value can be found with this expression:

aNode.Properties(aPropertyType)

Applies To

Model

Also See:

Events: an Overview, Properties: an Overview