Method MoveItem
MoveItem(Int32, Int32)
Move the item at the old index to the new index within the collection.
Declaration
protected override void MoveItem(int oldIndex, int newIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | oldIndex | Old index of the item to be moved |
System.Int32 | newIndex | New index at which the item should be moved |
Overrides
System.Collections.ObjectModel.ObservableCollection<System.Object>.MoveItem(System.Int32, System.Int32)
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Windows | 100.13 - 200.5 |