fires when the user unselects a task by selecting some other task
id | string|number | the task id (of the unselected task) |
gantt.attachEvent("onTaskUnselected", function(id){
//any custom logic here
});
The event is called for each task of the multiselection range.
If the multiselect extension is enabled, the event also fires when a user removes selection from the selected task.