DHTMLX Docs & Samples Explorer
Index
dhtmlxdataview
Events
onAfterDelete Event
Parameters:
id of item, which was removed
view.
attachEvent
(
"onAfterDelete"
,
function
(
id
)
{
//any custom logic here
}
)
;