Click or drag to resize

SelectableListNodeListMoveSelectedItemsUp(ActionInt32, Int32) Method

Move the selected items one place up (i.e. to lower index).

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void MoveSelectedItemsUp(
	Action<int, int>? docExchangeAction
)

Parameters

docExchangeAction  ActionInt32, Int32
You can provide an action here which will simultanously change also the corresponding document nodes. 1st arg is the first index of the doc to exchange, 2nd arg the second index.
See Also