The onRowRightClick event is called when a user right-clicks a row header. It is fired before the default action specified using rowRightClickHandling.
Available since 2019.1.3559.
Declaration
DayPilot.Scheduler.onRowRightClick(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
- args.preventDefault() - cancels the default action (rowRightClickHandling)