DatePicker.removeEventListener method

This topic has not yet been rated - Rate this topic

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

Ui.js

See also

DatePicker

 

 

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.