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