DHTMLX Docs & Samples Explorer

onAfterDelete

Event name is case insensitive.

This event calls user-defined handlers (if there are any) and passes the following parameters:

  • id - id of item in question
chart.attachEvent("onAfterDelete", function (id){
//any custom logic here
});