NamedObjectCollectionChangedEventArgs(Object, NamedObjectCollectionChangeType) Constructor |
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic NamedObjectCollectionChangedEventArgs(
Object item,
NamedObjectCollectionChangeType operation
)
Parameters
- item Object
- The affected item.
- operation NamedObjectCollectionChangeType
- The change flags.
See Also