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
promise.removeEventListener(eventType, listener, capture);
Parameters
eventType
Type: stringThe type (name) of the event.
listener
Type: functionThe listener to remove.
capture
Type: BooleanSpecifies whether or not to initiate capture.
Return value
This method does not return a value.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Promise |