Hi all, I want to catch binding events. I have object bound to UI, I want to do some actions when the binding occurs. The documentation says flex dispatches propertyChange event. I tried to listen to it though addEventListener, but it didn't work. Anybody knows why? Then I tried to use ChangeWatcher. Well it works, but the handler is called multiple times. Depending on the type of UI widget, this is a FlexEvent and then MouseEvent, or any other component specific event. Any Idea why it is called twice? Thanks

