Event adelete_after
This event is called after the successful Delete
. Additional update operations can be done in this event. If an error is set in this event, a Rollback
will be automatically performed and the deletion will not be done.
Context
The following variables or properties are available in the context:
this
refers to the current class. All properties can be found using thethis.PROPERTY
syntax.CURPTH
describes the child class path if the method is called on a child class. If the method is called on the main class, CURPTH is empty.AEVENT
is equal to ADELETE_AFTER.