Click or drag to resize

PartitionableListTPartialViewMMove Method

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

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void Move(
	int oldIndex,
	int newIndex
)

Parameters

oldIndex  Int32
The old index.
newIndex  Int32
The new index.

Implements

IObservableListTMove(Int32, Int32)
See Also