In order to listen any changes of a task, ActivityUpdated event can be subscribed. Usage of this event is illustrated in GanttControlBindingToEndTime sample.
|
$(document).ready(function () { // To get the modified task and its dependent task(like parent child) gantt.Model.ActivityUpdated.subscribe(activity_Changed); function activity_Changed(sender, args) { //To listen the all task changes // Your code here } }); |
� RadiantQ 2022. All Rights Reserved.