Click or drag to resize

SelectableListNodeListClear(Action) Method

Clears this collection, and clears the corresponding document too.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Clear(
	Action? docClearAction
)

Parameters

docClearAction  Action
You can provide an action here which simultaneously clears the corresponding document collection.
See Also