This is the API docs for LemonStand V1, which has been discontinued. LemonStand is now a cloud based platform, available at lemonstand.com.

LemonStand API

core:onAfterFormRecordDelete event

Triggered by Db_FormBehavior
Author LemonStand eCommerce Inc.

Event handler signature

public void event_onAfterFormRecordDelete(Backend_Controller $controller, Db_ActiveRecord $record)
$controller Backend_Controller specifies the Administration Area controller object.
$record Db_ActiveRecord specifies the model object representing the deleted record
Triggered after an existing model is deleted from the database. The event is triggered only when a record is deleted with an Administration Area form.