fires before the dragged event is moved out of the scheduler
id | string | the event's id |
ev | object | the event's data object |
e | Event | a native event object |
boolean | defines whether the default action of the event will be triggered (true) or canceled (false) |
scheduler.attachEvent("onBeforeEventDragOut", function (id, ev, e){
//any custom logic here
return true;
});
The event fires only in case of drag-n-drop between schedulers.