ListNotificationHandler.moved method

Indicates that an item was moved.
Syntax
listNotificationHandler.moved(item, previousHandle, nextHandle);
Parameters
- item
-
Type: IItemPromise
A promise for the IItem that was moved.
- previousHandle
-
Type: String
The temporary ID of the item that now precedes the moved item.
- nextHandle
-
Type: String
The temporary ID of the item that now follows the moved item.
Return value
This method does not return a value.
Requirements
|
Minimum WinJS version |
WinJS 3.0 |
|---|---|
|
Namespace |
WinJS.UI |
See also
Show: