fires when data is changed in the child and 'save()' is called to update the master.
data | object | the updated data |
key | id | the id of the child component |
some.attachEvent("onBindUpdate", function(data, key){
//... some code here ...
});
Part of bind API. Makes no sense if used alone