The following events are available in dhtmlxGantt:
The user can add any user-defined handler to available events. To do this he can use attachEvent() method with the following parameters:
ganttChart.attachEvent(evName, evHandler);
Note: the names of the events are case-insensitive.