Click or drag to resize

NamedObjectCollectionChangedEventArgsFromItemRemoved(INamedObject) Method

Returns an instance when an item was added.

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
)

Parameters

item  INamedObject
The removed item.

Return Value

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