IObservableList<'T> Type

Instance members

Instance member Description

this.Move

Full Usage: this.Move

Parameters:
    oldIndex : int - The old index.
    newIndex : int - The new index.

Modifiers: abstract

Moves the item at the old index to the new index.

oldIndex : int

The old index.

newIndex : int

The new index.