Click or drag to resize

BaseColumnCollectionChangedEventArgsAccumulate(BaseColumnCollectionChangedEventArgs) Method

Accumulate the change state by adding another change state.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Accumulate(
	BaseColumnCollectionChangedEventArgs args
)

Parameters

args  BaseColumnCollectionChangedEventArgs
The other change state to be added.
See Also