PropertyTypePutDescription


Description

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

Syntax

aModel_PropertyTypePutDescription(aPropertyType)

 

Parameter

Description

aModel

a Model object.

aPropertyType

the PropertyType with the changed description.

Guarantees

Remarks

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

aPropertyType.Description

Applies To

Model

Also See:

Events: an Overview, Properties: an Overview