IListBinding.next method
Retrieves the item after the current item and makes it the current item.
Syntax
iListBinding.next().done( /* Your success and error handlers */ );
Parameters
This method has no parameters.
Return value
Type: IItemPromise**
An IItemPromise that contains the item after the current item. If the cursor moves past the end of the list, the promise completes with a value of null.
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |