The UpdateEvents class implements an object used to track events in update module.
| Method name | Brief description | |
| OnAskConstraintsHandling | The OnAskConstraintsHandling method implements an event that occurs if it is necessary to process constraint of the data integrity of the object that is updated. | |
| OnAskReflectRights | The OnAskReflectRights method implements an event that occurs before updating the permissions to the objects. | |
| OnBeforeApplyUpdate | The OnBeforeApplyUpdate method implements an event that occurs after preparation of the objects for updating. | |
| OnBeginUpdate | The OnBeginUpdate method implements an event that occurs before updating. | |
| OnEndUpdate | The OnEndUpdate method implements an event that occurs after updating. | |
| OnUpdateObject | The OnUpdateObject method implements an event that occurs right before updating the repository object. |
See also: