DayPilot.Month.eventMoveNotify

The eventMoveNotify() method executes the server-side EventMove handler using a notify callback (ASP.NET WebForms, ASP.NET MVC, Java).

Declaration

DayPilot.Month.eventMoveNotify(e, newStart, newEnd, data);

Parameters

Notes

Use this legacy helper to trigger the server-side EventMove handler from client-side code and send the updated start and end values with the notify request.

Use data to pass additional custom values to the server-side event handler.

Example

dp.eventMoveNotify(e, newStart, newEnd, { reason: "reschedule" });

See Also

DayPilot.Month.eventMoveHandling

DayPilot.Month.eventMoveCallBack()

DayPilot.Month.eventMovePostBack()

DayPilot.Month Class