ItemsControllerTItem(SelectableListNodeList, ActionValueTupleTItem, Int32, TItem, Int32) Constructor |
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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