Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: StringThe temporary ID of the item that now precedes the moved item.
nextHandle
Type: StringThe 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 |