IListDataAdapter.setNotificationHandler method

Registers a notification handler. The IListDataAdapter uses the handler to notify listening objects when its data changes.

Syntax

iListDataAdapter.setNotificationHandler(notificationHandler);

Parameters

Return value

This method does not return a value.

Remarks

You must implement this method if your data adapter supports change notifications.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

IListDataAdapter