occurs after the user has edited an event and saved the changes (after clicking on the edit and save buttons in the event's bar or in the details window)
id | string | the event's id |
ev | object | the event's object |
scheduler.attachEvent("onEventChanged", function(id,ev){
//any custom logic here
});