MoveStart
eventsFired when the user starts to drag a task.
The event handler function context (available via the this keyword) will be set to the widget instance.
Event Data
e.task kendo.data.GanttTask
The task which is being moved.
e.preventDefault Function
If invoked prevents the action.
e.sender kendo.ui.Gantt
The widget instance which fired the event.