Click or drag to resize

SuspendableDocumentNodeBaseSetOfEventDataSetOrAccumulate Method

Puts the specified item in the collection, regardless whether it is already contained or not. If it is not already contained, it is added to the collection. If it is already contained, and is of type SelfAccumulateableEventArgs, the Add(SelfAccumulateableEventArgs) function is used to add the item to the already contained item.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void SetOrAccumulate(
	EventArgs item
)

Parameters

item  EventArgs
The EventArgs instance containing the event data.

Implements

ISetOfEventDataSetOrAccumulate(EventArgs)
See Also