NodePropertiesRemove


Description

An event that reports that a property value has been removed from a Node object's Properties collection.

Syntax

aModel_NodePropertiesRemove(aNode, aPropertyType)

 

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

Guarantees

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

Remarks

You cannot query the node for a property value because it is already gone.

Applies To

Model

Also See:

Events: an Overview, Properties: an Overview