fires after the specified event was deleted (version 3.0+)
| id | string | the event's id | 
| ev | object | the event's object | 
scheduler.attachEvent("onEventDeleted", function(id,ev){
    // custom code
});
The event will fire regardless of whether the DataProcessor library is used or not.
Back to top