DayPilot.Scheduler.onRowDoubleClick

The onRowDoubleClick event is called when a user double-clicks a row header of the JavaScript Scheduler component. The onRowDoubleClick event is fired before the default action.

Declaration

DayPilot.Scheduler.onRowDoubleClick(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
  • args.preventDefault() - cancels the default action (defined using rowDoubleClickHandling)