DayPilot.Scheduler.onTimeRangeRightClicked

The onTimeRangeRightClicked event is fired when a user clicks an existing time range selectionafter the default action is performed (see also timeRangeRightClickHandling).

Note that right-clicking an unselected grid cell fires onTimeRangeSelect and onTimeRangeSelected.

Declaration

DayPilot.Scheduler.onTimeRangeRightClicked(args);

Parameters

  • args.start - selection start (DayPilot.Date)
  • args.end - selection end (DayPilot.Date)
  • args.resource - resource ID
  • args.ctrl
  • args.meta
  • args.shift