Click or drag to resize

ProjectItemCollectionBaseTItem, TDictionaryItemCollectionChanged Event

Fired when one or more project items are added, deleted or renamed. Not fired when content in the project item has changed. Arguments are the type of change, the item that changed, the old name (if renamed), and the new name (if renamed). This event can not be suspended.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public event EventHandler<NamedObjectCollectionChangedEventArgs> CollectionChanged

Value

EventHandlerNamedObjectCollectionChangedEventArgs

Implements

IProjectItemCollectionCollectionChanged
See Also