List.removeEventListener method
Removes an event listener.
Syntax
list.removeEventListener(eventName, eventCallback);
Parameters
eventName
Type: StringThe event name.
eventCallback
Type: FunctionThe event handler function to associate with this event.
Return value
This method does not return a value.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Binding |