BulkObservableCollection<T>.MoveItem(Int32, Int32) Method

Definition

Moves the item from one location to another.

protected:
 override void MoveItem(int oldIndex, int newIndex);
protected:
 override void MoveItem(int oldIndex, int newIndex);
 override void MoveItem(int oldIndex, int newIndex);
protected override void MoveItem (int oldIndex, int newIndex);
override this.MoveItem : int * int -> unit
Protected Overrides Sub MoveItem (oldIndex As Integer, newIndex As Integer)

Parameters

oldIndex
Int32

The original location.

newIndex
Int32

The new location.

Applies to