onSyncApply

fires the moment sync() method is applied

void onSyncApply();

Example

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

See also
Back to top