Event propagate
Description
This event is called after a modification has been done to properties in a class. It allows a development partner to assign values to other properties if necessary.
In this code, the development partner can assign values to other properties of the current instance (this).
Context
The following variables are available in the context:
CURPROvariable gives the name of the property modified which triggers the propagate action.AINDEXvariable gives the current index if the property is an array. This is available only on some system classes. No variable arrays exist on persistent or normal classes.thisis the current instance where the property is located.this.snapshotis the instance where the initial values of the properties are stored.