Fired when the user right-clicks a task box, after the default TaskRightClick action (specified by taskRightClickHandling property).
The default action can be canceled by calling args.preventDefault().
dp.onTaskRightClicked = function(args) { alert("Clicked: " + args.task.id()); };