IListDataNotificationHandler.beginNotifications method

Indicates the start of a notification batch. Objects that are listening for notifications should defer making updates until endNotifications is called.

Syntax

iListDataNotificationHandler.beginNotifications();

Parameters

This method has no parameters.

Return value

This method does not return a value.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

IListDataNotificationHandler