dojo.data.api.Notification.onDelete
dojo.require("dojo.data.api.Notification");
defined in dojo/data/api/Notification.js
This function is called any time an item is deleted from the store. It is called immediately after the store deleteItem processing has completed.
Usage
function (deletedItem) (view source)
parameter | type | description |
---|---|---|
deletedItem | The item deleted. |