Click or drag to resize

SuspendableDocumentNodeBaseSetOfEventDataAdd(EventArgs) Method

Adds an item to the ICollectionT.

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

Parameters

item  EventArgs
The object to add to the ICollectionT.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
NotSupportedExceptionThe ICollectionT is read-only.
See Also