Removes a listener for the specified event.
Syntax
datePicker.removeEventListener(type, listener, useCapture);
Parameters
- type
-
Type: string
The name of the event for which to remove a listener.
- listener
-
Type: Function
The listener.
- useCapture
-
Type: Object
Optional. The same value that was passed to addEventListener for this listener. It may be omitted if it was omitted when calling addEventListener.
Return value
This method does not return a value.
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
WinJS.UI |
|
Library |
|
See also
Build date: 12/5/2012