On Jun 2, 2008, at 4:38 PM, Helmut Granda wrote:

Can you pass custom properties with this kind of event handling?

All that this notation allows you to do is to define the event (as a string) and it's handler (the event class handling the event).

It doesn't have anything to do with any properties or custom parameters for the instance of the event type (again, it's just the definition).

You still have to dispatch the event manually, so if you want to pass your own properties, just set up your custom event class to handle those properties

good luck,

jon
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to