The onRowRightClicked event is called when a user right-clicks a row header of the JavaScript Scheduler. It is fired after the default action specified using rowRightClickHandling.
Available since 2019.1.3559.
DayPilot.Scheduler.onRowRightClicked(args);
args.row
(DayPilot.Row) - an object representing the row that was clicked
args.ctrl
(boolean) - Ctrl key state
args.shift
(boolean) - Shift key state
args.meta
(boolean) - Meta key state
args.originalEvent
(MouseEvent) - the original click event object
args.x
(number) - zero-based index of the row header column (available since 2023.4.5756)