onClearAll

fires after datastore was cleared

void onClearAll();

Example

view.data.attachEvent("onClearAll", function(){
    //... some code here ... 
});

See also
Back to top