Click or drag to resize

SelfAccumulateableEventArgsAdd Method

Adds the specified event args e.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract void Add(
	SelfAccumulateableEventArgs e
)

Parameters

e  SelfAccumulateableEventArgs
The SelfAccumulateableEventArgs instance containing the event data.
See Also