Fired when the user clicks a task box, after the default TaskClick action (specified by taskClickHandling property).
dp.onTaskClicked = function(args) { alert("Clicked: " + args.task.id()); };