DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY, UNLESS YOU KNOW WHAT YOU'RE DOING.
		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACT CHANGES FROM THE PAGE AND MERGE THEM BACK INTO SERVOY SOURCE


Event Summary

#onAfterDelete
A method that is executed after a delete operation.

#onAfterInsert
A method that is executed after an insert operation.

#onAfterUpdate
A method that is executed after an update operation.
Boolean
#onDelete
A method that is executed before a delete operation.
Boolean
#onInsert
A method that is executed before an insert operation.
Boolean
#onUpdate
A method that is executed before an update operation.

Event Details
onAfterDelete
A method that is executed after a delete operation.

onAfterInsert
A method that is executed after an insert operation.

onAfterUpdate
A method that is executed after an update operation.

onDelete
A method that is executed before a delete operation. The method can block the delete operation by returning false.
Returns
Boolean

onInsert
A method that is executed before an insert operation. The method can block the insert operation by returning false.
Returns
Boolean

onUpdate
A method that is executed before an update operation. A method can block the update by returning false.
Returns
Boolean