deleting fires a delete event,(and possibly a before del confirm, and a after del confirm) then a current event, if there is still a row to be current
its amazing how many events there are , all with their own nuances
----------------
but there isnt an exit row event
the beforeupdate/afterupdate fire for theform, if data has changed, then the current event
if no data changes, there is only a current event.
the only way you could force an update is deliberately use code in the current event to dirty a record - then there would HAVE to be a before/after update pair.