QueryCollection.removeEventListener method
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 |