Click or drag to resize

NamedObjectCollectionChangedEventArgs(Object, NamedObjectCollectionChangeType) Constructor

Initializes a new instance of the NamedObjectCollectionChangedEventArgs class.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public NamedObjectCollectionChangedEventArgs(
	Object item,
	NamedObjectCollectionChangeType operation
)

Parameters

item  Object
The affected item.
operation  NamedObjectCollectionChangeType
The change flags.
See Also