TimePicker.removeEventListener method

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