IListNotificationHandler.countChanged method
Indicates that the number of items in the IListDataSource has changed.
Syntax
iListNotificationHandler.countChanged(newCount, oldCount);
Parameters
newCount
Type: NumberThe updated count.
oldCount
Type: NumberThe original count.
Return value
This method does not return a value.
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |