NamedObjectCollectionChangeType Enumeration |
Designates the type of change in an collection of named items.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax [FlagsAttribute]
public enum NamedObjectCollectionChangeType
Members Member name | Value | Description |
---|
ItemAdded | 1 | A new item was added to the collection. |
ItemRemoved | 2 | An item was removed from the collection. |
ItemRenamed | 4 | An item was renamed. |
MultipleChanges | 128 | More than one item was added, removed or renamed. |
See Also