Click or drag to resize

ItemsControllerTItem(SelectableListNodeList, ActionValueTupleTItem, Int32, TItem, Int32) Constructor

Initializes a new instance of the ItemsControllerTItem class

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ItemsController(
	SelectableListNodeList list,
	Action<(TItem , int OldIndex, TItem , int NewIndex)> OnSelectedItemChanged
)

Parameters

list  SelectableListNodeList

[Missing <param name="list"/> documentation for "M:Altaxo.Gui.Common.ItemsController`1.#ctor(Altaxo.Collections.SelectableListNodeList,System.Action{System.ValueTuple{`0,System.Int32,`0,System.Int32}})"]

OnSelectedItemChanged  ActionValueTupleTItem, Int32, TItem, Int32

[Missing <param name="OnSelectedItemChanged"/> documentation for "M:Altaxo.Gui.Common.ItemsController`1.#ctor(Altaxo.Collections.SelectableListNodeList,System.Action{System.ValueTuple{`0,System.Int32,`0,System.Int32}})"]

See Also