Method MoveItem
MoveItem(int, int)
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 |
|---|---|---|
| int | oldIndex | Old index of the item to be moved |
| int | newIndex | New index at which the item should be moved |
Overrides
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Windows | 100.13 - 300.0 |