ResizeEnd
eventsFired when the user releases the mouse after resizing 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.start Date
The new task start date.
e.end Date
The new task end date.
e.preventDefault Function
If invoked prevents the action.
e.sender kendo.ui.Gantt
The widget instance which fired the event.