fires when data is changed in the slave and 'save()' is called to update the master.
data | object | the updated data |
key | id | the id of the slave component |
some.attachEvent("onBindUpdate", function(data, key){
//... some code here ...
});
Works only for the components that are bound.