DayPilot.Queue.onEventClicked

The onEventClick event handler is fired after the default event click action (defined using eventClickHandling property).

Declaration

DayPilot.Queue.onEventClick(args);

Parameters

Example

dp.onEventClicked = function(args) {
  dp.multiselect.add(args.e);
};