WinJS.Application.removeEventListener function
Removes an event listener from the WinJS.Application object.
Syntax
WinJS.Application.removeEventListener(type, listener, useCapture);
Parameters
type
Type: stringThe type (name) of the event.
listener
Type: FunctionThe listener to remove.
useCapture
Type: ObjectSpecifies whether or not to initiate capture.
Return value
This function does not return a value.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Application |