PropertiesRemove


Description

An event that reports that a property value has been removed from the Model object.

Syntax

aModel_PropertiesRemove(aPropertyType)

 

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

Guarantees

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

Remarks

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

Applies To

Model

Also See:

Events: an Overview, Properties: an Overview