Hi everyone.

I have a mxml component with a ValueObject in it. I am binding to the
valueobject where I use the component. How can I generate an event when
the data changes?

My code is something like this:

<MyComponent data="{asdf}"/>

in MyComponent.mxml I have something like:

<ValueObject id="data"/>

ValueObject is a .as file.


So how do I generate an event when {asdf} changes?

Thanks in advance.

-James




Reply via email to