onRecordDeleted
Scope: grid, app wide The event occurs when a record is deleted. The ids of the deleted records are passed as an array in eventArgs.details for example: ["1", "5", "10007"]
Another example to iterate over the deleted record ids:
Last updated