MoveItem Method
MoveItem(int, int)
Implements item moving from one location to another.
Declaration
protected virtual void MoveItem(int oldIndex, int newIndex)
Protected Overridable Sub MoveItem(oldIndex As Integer, newIndex As Integer)
Parameters
| Type |
Name |
Description |
| int |
oldIndex |
|
| int |
newIndex |
|