fires after data is changed in datastore
id | id | the id of updated object |
obj | object | updated object |
mode | string | updating mode ('add', 'delete', 'update') |
view.data.attachEvent("onStoreUpdated", function(id, obj, mode){
//... some code here ...
});