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.
Unregisters the listener for the specified event on all the elements in the collection.
Syntax
var queryCollection = queryCollection.removeEventListener(eventType, listener, capture);
Parameters
eventType
Type: stringThe name of the event.
listener
Type: functionThe event handler function.
capture
Type: Booleantrue if capture == true; otherwise, false.
Return value
Type: QueryCollection
This QueryCollection object.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Utilities |