Click or drag to resize

NamedObjectCollectionChangedEventArgsFromItemRemoved(INamedObject, String) Method

Returns an instance when an item was added. Here the additional parameter itemNameOverride is used as the new and old name of the item. Use this only when absolutely sure about it.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static NamedObjectCollectionChangedEventArgs FromItemRemoved(
	INamedObject item,
	string itemNameOverride
)

Parameters

item  INamedObject
The removed item.
itemNameOverride  String
The name to record for the item.

Return Value

NamedObjectCollectionChangedEventArgs
A change-event instance describing the removed item.
See Also