Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TimePicker.removeEventListener method

Applies to Windows only

Removes a listener for the specified event.

Syntax


timePicker.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 WinJS version

WinJS 1.0

Namespace

WinJS.UI

See also

TimePicker

 

 

Show: