Fired when the user finishes drag and drop task box resizing, before the default TaskResize action (specified by taskResizeHandling property).
The default action can be canceled by calling args.preventDefault().
dp.onTaskResize = function(args) { alert("Task resized: " + args.task.text()); };