This topic has not yet been rated - Rate this topic

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

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 supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

WinJS.UI

See also

IListDataAdapter

 

 

Build date: 12/5/2012

© 2013 Microsoft. All rights reserved.