IListDataSource.createListBinding method

Creates an IListBinding that can retrieve items from the IListDataSource, enumerate the contents of the IListDataSource object's data, and optionally register for change notifications.

Syntax

var iListBinding = iListDataSource.createListBinding(notificationHandler);

Parameters

Return value

Type: IListBinding**

The new IListBinding.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

IListDataSource