DayPilot.Scheduler.onRowMoving

This event is fired in real time during row moving (whenever the target position changes).

Declaration

DayPilot.Scheduler.onRowMoving(args);

Parameters

  • args.source (DayPilot.Row)
  • args.target (DayPilot.Row)
  • args.position - "before" | "after" | "child" | "forbidden"