Click or drag to resize

NamedItemListTOnCollectionChanged Method

Raises the [E:CollectionChanged] event.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual void OnCollectionChanged(
	NotifyCollectionChangedEventArgs e
)

Parameters

e  NotifyCollectionChangedEventArgs
The NotifyCollectionChangedEventArgs instance containing the event data.
See Also