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: string
The name of the event.
- listener
-
Type: function
The event handler function.
- capture
-
Type: Boolean
true if capture == true; otherwise, false.
Return value
Type: QueryCollection
This QueryCollection object.
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
WinJS.Utilities |
|
Library |
|
See also
Build date: 12/5/2012