DHTMLX Docs & Samples Explorer

onAfterDelete

Occurs after item deleting is finished.

data.attachEvent("onAfterDelete", function (obj, index){
     //any custom logic here
});

Parameters:

  • the object which will be added
  • the index which an item will be added at, optional