Add
eventsFired when a new task or a new dependency is about to be added.
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 GanttTask instance which will be added to the DataSource.
e.dependency kendo.data.GanttDependency
The GanttDependency instance which will be added to the DataSource.
e.preventDefault Function
If invoked prevents the add action.