ObservableCollection(Of T).Move Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Moves the item at the specified index to a new location in the collection.
Assembly: System (in System.dll)
Parameters
- oldIndex
- Type: System.Int32
The zero-based index specifying the location of the item to be moved.
- newIndex
- Type: System.Int32
The zero-based index specifying the new location of the item.
Show: