SelectableListNodeListClear(Action) Method |
Clears this collection, and clears the corresponding document too.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Clear(
Action? docClearAction
)
Parameters
- docClearAction Action
- You can provide an action here which simultaneously clears the corresponding document collection.
See Also