ResizeEnd
eventsFired when the user releases the mouse after resizing an event.
The event handler function context (available via the this keyword) will be set to the widget instance.
Event Data
e.start Date
The final start date of the resized task.
e.end Date
The final end date of the resized task.
e.event kendo.data.SchedulerEvent
The event which is being resized.
e.slot Object
The slot over which the event is resized to.
e.slot.element jQuery
The slot's element.
e.slot.start Date
The slot's start date.
e.slot.end Date
The slot's end date.
e.preventDefault Function
If invoked prevents the resize action.
e.sender kendo.ui.Scheduler
The widget instance which fired the event.