setNotificationHandler method

IListDataAdapter.setNotificationHandler method

Applies to Windows and Windows Phone

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

Syntax


iListDataAdapter.setNotificationHandler(notificationHandler);

Parameters

notificationHandler

Type: IListDataNotificationHandler

The notification handler that the IListDataAdapter will use to provide change notifications. .

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

 

 

Show:
© 2017 Microsoft