DayPilot.Queue.onEventRightClicked

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

Declaration

DayPilot.Queue.onEventRightClicked(args);

Parameters

Example

dp.onEventRightClick = function(args) {
  DayPilot.Modal.alert(args.e.text());
};