removeEventListener method
Removes an event listener.
![]() ![]() |
Syntax
var retval = SVGElementInstance.removeEventListener(type, listener, useCapture);Parameters
- type [in]
-
Type: DOMString
Specifies the event that the listener is associated with.
- listener [in]
-
Type: EventListener
The event listener to be removed.
- useCapture [in, optional]
-
Type: boolean
Whether the listener responded to event bubbling.
Return value
Type: HRESULT
This method can return one of these values.
- S_OK
Standards information
- Document Object Model (DOM) Level 2 Events Specification, Section 1.3.1
See also
Show:

