Click or drag to resize

ProjectFoldersCollectionChanged Event

Fired if a item or a directory is added or removed. Arguments are the type of change, the item, the old name and the new name. Note that for directories the item is of type string: it is the directory name.

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
See Also