StdObjectModified event

The event allows you to take some action when a record in the current collection is modified.

This event is generated only when the current record is not already modified and:

  • You change the value of a component bound to a property of the current collection; or
  • An event handler marks the record or a property modified.

Remarks

This can occur on an auto-inserted record that is modified, but typically, it is generated on a record queried by means of a LoadCollection action and then modified.