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 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 |