Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes an event listener from the control.
Syntax
domEventMixin.removeEventListener(type, listener, useCapture);
Parameters
type
Type: StringThe type (name) of the event.
listener
Type: FunctionThe listener to remove.
useCapture
Type: Booleantrue to initiate capture; otherwise, false.
Return value
This method does not return a value.
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |