fires after the user has finished to drag and released the mouse button
id | string|number | the task id |
mode | string | the drag-and-drop mode ("resize", "progress", "move", "ignore") |
e | Event | a native event object |
gantt.attachEvent("onAfterTaskDrag", function(id, mode, e){
//any custom logic here
});
The event fires when the user drags a task in the timeline area.