Removes an event listener from the control.
Syntax
WinJS.Application.removeEventListener(type, listener, useCapture);
Parameters
- type
-
Type: string
The type (name) of the event.
- listener
-
Type: Function
The listener to remove.
- useCapture
-
Type: Object
Specifies whether or not to initiate capture.
Return value
This function does not return a value.
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
WinJS.Application |
|
Library |
|
Build date: 12/5/2012