Click or drag to resize

SimpleCollectionChangedEventArgsAdd 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 override void Add(
	SelfAccumulateableEventArgs e
)

Parameters

e  SelfAccumulateableEventArgs
The SelfAccumulateableEventArgs instance containing the event data.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Argument e should be of type SimpleCollectionChangedEventArgs or Argument e has an item which is not identical to this item. This should not happen since Equals and GetHashCode are overriden.
See Also