This will come with beta3? Currently PropertyChangeEvent isn't documentet
anywhere.
Can you give a code example?

Cheers,
Sönke

> -----Original Message-----
> From: flexcoders@yahoogroups.com 
> [mailto:[EMAIL PROTECTED] On Behalf Of Matt Chotin
> Sent: Wednesday, April 05, 2006 8:02 AM
> To: flexcoders@yahoogroups.com
> Subject: RE: [flexcoders] Listening to Databind events
> 
> The event is going to be mx.events.PropertyChangeEvent which is in the
> ASDoc.
> 
> Matt
> 
> -----Original Message-----
> From: flexcoders@yahoogroups.com 
> [mailto:[EMAIL PROTECTED] On
> Behalf Of mvbaffa
> Sent: Tuesday, April 04, 2006 5:03 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Listening to Databind events
> 
> Hi all,
> 
> I would like to know how can I drive, or listen to, Databind events.
> 
> I have a bindable property defined like this:
> 
> [Bindable]
> public var clientDetail : ClientVO;
> 
> This property is updated by the parent container like this:
> 
> <view:ClientEvents id="clientEvents" 
>                    clientDetail="{ selectedClient }" />
> 
> I would like to execute a function or method in ClientEvent 
> component when the clientDetail variable is updated.
> 
> Excuse me if this is too simple but I could not find a way, except 
> by using predefined properties, to do this
> 
> Thanks in advance
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> Yahoo! Groups Links
> 
> 
> 
>  
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> Yahoo! Groups Links
> 
> 
> 
>  
> 
> 
> 
> 



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to