BindingUtils.bindProperty() is used for binding property of one object to
another so that if source property changes then the destination property
will reflect it accordingly but it destination changes then source wont
reflect anything until you apply two binding using @{} symbol right where as
we apply change watcher to observed the property of an object and as the
observed property changes flex dispatch a property change event that will we
called with our change handler function that we specify as a parameter to
change watcher call....hope this helps.. Anand Sharma On Thu, Jan 27, 2011 at 2:46 PM, Navin <[email protected]> wrote: > Hi, > > Can anybody tell me the difference b/w ChangeWatcher.watch() and > BindingUtils.bindProperty()? > > If possible provide me some sample code. > > Regards, > Naveen. > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

