The onRowDoubleClicked event is called when a user double-clicks a row header of the JavaScript Scheduler component. The onRowDoubleClicked event is fired after the default action.
Declaration
DayPilot.Scheduler.onRowDoubleClicked(args);
Parameters
- args.row (DayPilot.Row)
- args.x - cell index (if row header columns are defined; available since 2023.1.5513)
- args.ctrl (boolean) - Ctrl key state
- args.shift (boolean) - Shift key state
- args.meta (boolean) - Meta key state