Specifies the edit event that will automatically run the attribution rule.
| Constant | Value | Description |
|---|---|---|
| esriARENone | 0 | No event will automatically trigger the rule. The rule must be run manually. |
| esriAREOnCreate | 1 | When a new object is created in the object class. |
| esriAREOnChangeAttribute | 2 | When a new object's attributes are updated in the object class. |
| esriAREOnChangeGeometry | 4 | When a new object's geometry is updated in the object class. |
| esriAREOnDelete | 8 | When a new object is deleted in the object class. |
| esriAREAll | 15 | When a new object is deleted in the object class. |