fired before an item is deleted
id | string|number | the id of an item |
myChart.attachEvent("onBeforeDelete", function (id){
//any custom logic here
});
Event can be blocked, returning false will prevent normal reaction of component.
Event name is case insensitive
Back to top