SelectableListNodeListAddT(SelectableListNode, ActionT) Method |
Adds the specified node to the collection, and is also able to add the correspondig document node too.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Add<T>(
SelectableListNode node,
Action<T>? docAddAction
)
Parameters
- node SelectableListNode
- The list node to add. The Tag property should contain the corresponding document node.
- docAddAction ActionT
- The action to add a document node to the document collection. The document node will be retrieved from the Tag property of the list node.
Type Parameters
- T
- Type of document node.
See Also