onAfterBatchUpdate

fires after the batchUpdate method was called

void onAfterBatchUpdate();

Example

gantt.attachEvent("onAfterBatchUpdate", function(){
    // your code here
});

See also
Change log

added in version 4.0

Back to top