List.addEventListener method

1 out of 1 rated this helpful - Rate this topic

Adds an event listener.

Syntax


list.addEventListener(eventName, eventCallback);

Parameters

eventName

Type: String

The event name.

eventCallback

Type: Function

The event handler function to associate with this event.

Return value

This method does not return a value.

Requirements

Namespace

WinJS.Binding

Library

Base.js

See also

List

 

 

Build date: 12/5/2012

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