User Guide
504 EventDispatcher class
EventDispatcher.removeEventListener()
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX 2004 and Flash MX Professional 2004.
Usage
componentInstance.removeEventListener(event, listener)
Parameters
event A string that is the name of the event.
listener A reference to a listener object or function.
Returns
Nothing.
Description
Method; unregisters a listener object from a component instance that is broadcasting
an event.