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.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static NamedObjectCollectionChangedEventArgs FromItemRemoved(
INamedObject item,
string itemNameOverride
)
Parameters
- item INamedObject
- The removed item.
- itemNameOverride String
- The name to record for the item.
Return Value
NamedObjectCollectionChangedEventArgsA change-event instance describing the removed item.
See Also