Click or drag to resize

NamedObjectCollectionChangedEventArgs(Object, String, String, NamedObjectCollectionChangeType) Constructor

Initializes a new instance of the NamedObjectCollectionChangedEventArgs class for a single item change.

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

Parameters

item  Object
The affected item.
newItemName  String
The new item name.
oldItemName  String
The old item name.
operation  NamedObjectCollectionChangeType
The change flags.
See Also