NodePropertiesAdd


Description

An event that reports that a property value has been added to a Node object.

Syntax

aModel_NodePropertiesAdd(aNode, aPropertyType)

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

Guarantees

This event will be fired after the property value has been added.

NodePropertiesSet will not be fired when a property is added to a node.

Remarks

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

aNode.Properties(aPropertyType)

Applies To

Model

Also See:

Events: an Overview, Properties: an Overview