Table of Contents

Method Move

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Move(int, int)

Moves the item at the specified index to a new location in the collection.

public virtual void Move(int oldIndex, int newIndex)

Parameters

oldIndex int

The zero-based index specifying the location of the item to be moved.

newIndex int

The zero-based index specifying the new location of the item.