TimePicker.removeEventListener method
Removes a listener for the specified event.
Syntax
timePicker.removeEventListener(type, listener, useCapture);
Parameters
type
Type: stringThe name of the event for which to remove a listener.
listener
Type: FunctionThe listener.
useCapture
Type: ObjectOptional. 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 WinJS version |
WinJS 1.0 |
Namespace |
WinJS.UI |