The eventResizeCallBack() method executes
the server-side EventResize event using an AJAX callback (ASP.NET WebForms, ASP.NET MVC, Java).
Declaration
DayPilot.Month.eventResizeCallBack(e, newStart, newEnd[, data]);
Parameters
- e (DayPilot.Event)
- event reference
- newStart (DayPilot.Date) - new event start
- newEnd (DayPilot.Date) - new event end
- newResource (string) - new resource id
- data (object) -
custom data to be sent to the server-side event handler