ISetOfEventDataSetOrAccumulate 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.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void SetOrAccumulate(
EventArgs item
)
Parameters
- item EventArgs
- The EventArgs instance containing the event data.
See Also