ZVON > References > DOM2 Reference |
Intro / Search / ZVON |
DOM2 reference > Events: EventTarget > removeEventListener | [Go to standard] [Glossary] [Help] |
DOMString type | - | Specifies the event type of the EventListener being removed. |
EventListener listener | - | The EventListener parameter indicates the EventListener to be removed. |
Boolean useCapture | - | Specifies whether the EventListener being removed was registered as a capturing listener or not. If a listener was registered twice, one with capture and one without, each must be removed separately. Removal of a capturing listener does not affect a non-capturing version of the same listener, and vice versa. |