Click or drag to resize

ProjectFoldersOnCollectionChanged Method

Raises the collection changed event.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void OnCollectionChanged(
	NamedObjectCollectionChangedEventArgs args
)

Parameters

args  NamedObjectCollectionChangedEventArgs
The event arguments.
See Also