Fired when the user finishes drag and drop task box moving, after the default TaskMove action (specified by taskMoveHandling property).
The default action can be canceled by calling args.preventDefault().
dp.onTaskMoved = function(args) { alert("Task moved to: " + args.newStart); };