PropertiesSet


Description

An event that reports that a property value of the  Model object has been changed.

Syntax

aModel_PropertiesSet(aPropertyType)

 

Parameter Description
aModel a Model object.
aPropertyType the PropertyType of the changed value .

Guarantees

  • This event will be fired after the property value has been changed.
  • PropertiesSet will not be fired when a property is added to a model.

Remarks

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

aModel.Properties(aPropertyType)

Applies To

Model

Also See:

Events: an Overview, Properties: an Overview