public void
event_onBeforeFormRecordDelete(Backend_Controller $controller,
Db_ActiveRecord $record)
Triggered before an existing model is deleted from the database.
The event is triggered only when a record is deleted with an Administration Area form.
The event handler can throw an exception to cancel the record deletion.