ObservableCollection<T>.MoveItem 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.
This implementation raises the CollectionChanged event.
Subclasses can override this protected method to provide custom behavior for the Move method.
Show: