onAfterBatchUpdate

batchUpdate 메서드가 완료된 직후에 트리거됩니다.

void onAfterBatchUpdate();

Example

gantt.attachEvent("onAfterBatchUpdate", function(){
    // 여기에 코드 작성
});

See also
Change log

버전 4.0에서 추가됨

Back to top