Move
eventsFired when the user is moving an event.
The event handler function context (available via the this keyword) will be set to the widget instance.
Event Data
e.event kendo.data.SchedulerEvent
The event which is being moved.
e.slot Object
The slot over which the event is currently positioned.
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.sender kendo.ui.Scheduler
The widget instance which fired the event.