onClear

fires after all tasks were removed from the Gantt chart by the clearAll method

void onClear();

Example

gantt.attachEvent("onClear", function (){
    //any custom logic here
});

See also
Back to top