Moves an item to a new index in the managed collection.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
public void Move(
	int fromIndex,
	int toIndex
)
Visual Basic (Declaration)
Public Sub Move ( _
	fromIndex As Integer, _
	toIndex As Integer _
)

Parameters

fromIndex
Type: System..::.Int32
The index to move the item from.
toIndex
Type: System..::.Int32
The index to move the item to.

See Also