eventMixin.removeEventListener method
Removes an event listener from the control.
Syntax
eventMixin.removeEventListener(type, listener, useCapture);
Parameters
type
Type: stringThe type (name) of the event.
listener
Type: functionThe listener to remove.
useCapture
Type: Booleantrue if capture is to be initiated, otherwise false.
Return value
This method does not return a value.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Utilities |