Hey Folks,

HAPPY HOLIDAYS!

Now say I delegate an event listener as so:
chooseBtn.addEventListener ("click", Delegate.create (this,
onChooseOptions));

How do I go about removing the eventListener? Like this?
chooseBtn.removeEventListener ("click", Delegate.create (this,
onChooseOptions));

Thanks,

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

Reply via email to