DayPilot.Scheduler.onRowRightClicked

The onRowRightClicked event is called when a user right-clicks a row header. It is fired after the default action specified using rowRightClickHandling.

Available since 2019.1.3559.

Declaration

DayPilot.Scheduler.onRowRightClicked(args);

Parameters

  • args.row (DayPilot.Row)
  • args.ctrl (boolean) - Ctrl key state
  • args.shift (boolean) - Shift key state
  • args.meta (boolean) - Meta key state
  • args.originalEvent