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.3179.0 (4.8.3179.0)
Syntax
C#
public NamedObjectCollectionChangedEventArgs(
	Object item,
	NamedObjectCollectionChangeType operation
)

Parameters

item  Object

[Missing <param name="item"/> documentation for "M:Altaxo.Main.NamedObjectCollectionChangedEventArgs.#ctor(System.Object,Altaxo.Main.NamedObjectCollectionChangeType)"]

operation  NamedObjectCollectionChangeType

[Missing <param name="operation"/> documentation for "M:Altaxo.Main.NamedObjectCollectionChangedEventArgs.#ctor(System.Object,Altaxo.Main.NamedObjectCollectionChangeType)"]

See Also