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.3572.0 (4.8.3572.0)
Syntax
C#
public ItemsController(
	SelectableListNodeList list,
	Action<(TItem , int OldIndex, TItem , int NewIndex)> OnSelectedItemChanged
)

Parameters

list  SelectableListNodeList
The list of selectable nodes.
OnSelectedItemChanged  ActionValueTupleTItem, Int32, TItem, Int32
An optional callback that receives old and new selection information.
See Also