Method MoveItem
MoveItem(TItem, Int32, Int32)
Moves the element at the specified index to another index in the underlying collection.
Declaration
protected override void MoveItem(TItem item, int oldIndex, int newIndex)
Parameters
Type | Name | Description |
---|---|---|
TItem | item | The element to be moved. |
Int32 | oldIndex | The old zero-based index of |
Int32 | newIndex | The new zero-based index of |