Click or drag to resize

SimpleCollectionChangedEventArgs Constructor

Initializes a new instance of the SimpleCollectionChangedEventArgs class.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SimpleCollectionChangedEventArgs(
	IDocumentLeafNode originator
)

Parameters

originator  IDocumentLeafNode
The originator.
Exceptions
ExceptionCondition
ArgumentNullExceptionoriginator
See Also