PropertyTypePutEnumValues


Description

An event that reports that an existing propertytype has had its EnumValues set again.

Syntax

aModel_PropertyTypePutEnumValues(aPropertyType)

 

Parameter

Description

aModel

a Model object.

aPropertyType

the PropertyType with the changed EnumValues.

Guarantees

Remarks

The propertytypes's EnumValues can be found with this expression:

aPropertyType.EnumValues

Applies To

Model

Also See:

Events: an Overview, Properties: an Overview