Documentation

onSyncApply

fires the moment sync() method is applied

void onSyncApply(){ ... };

Example

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

See also

Back to top