ResizeStart
eventsFired when the user starts to resize 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 resized.
e.preventDefault Function
If invoked prevents the action.
e.sender kendo.ui.Gantt
The widget instance which fired the event.