IListNotificationHandler.countChanged method

Indicates that the number of items in the IListDataSource has changed.

Syntax

iListNotificationHandler.countChanged(newCount, oldCount);

Parameters

  • newCount
    Type: Number

    The updated count.

  • oldCount
    Type: Number

    The original count.

Return value

This method does not return a value.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

IListNotificationHandler