ListNotificationHandler.indexChanged method
Indicates that the index of an item changed.
Syntax
listNotificationHandler.indexChanged(handle, newIndex, oldIndex);
Parameters
handle
Type: StringThe temporary ID of the item.
newIndex
Type: NumberThe new index.
oldIndex
Type: NumberThe original index.
Return value
This method does not return a value.
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |