DayPilot.Gantt.onTaskClicked

 Fired when the user clicks a task box, after the default TaskClick action (specified by taskClickHandling property).

Arguments

Example

dp.onTaskClicked = function(args) {
  alert("Clicked: " + args.task.id());
};