What is the difference between changewatcher.watch, and bindingutils.bindproperty? : adobe flex action script
Answer Posted / Smita Singh
`ChangeWatcher.watch` observes an object for changes in any property of that object, whereas `BindingUtils.bindProperty` creates a two-way data binding between a source and target object. In other words, `ChangeWatcher.watch` can observe multiple properties but does not automatically update the UI, while `BindingUtils.bindProperty` updates the UI when the bound property changes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers