Click or drag to resize

PartitionableListT_actionBeforeInsertion Field

Defines an action that is executed before an item is inserted. The 1st argument is the item to insert.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected Action<T>? _actionBeforeInsertion

Field Value

ActionT
See Also