Callback: Object propertytable.SetValue(IUserObject entity, ISimProperty property, Object value)

Callback that is invoked when the property value is set.

Parameters

  • entity
    The entity containing the property.
  • property
    The property.
  • value
    Type: Object
    The submited value.

Return Value

Type: Object
The transformed value.

Remarks

This callback is useful for transforming the submitted property value.