BulkObservableCollection<T>.MoveItem(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.