Click or drag to resize

ObservableListTOnCollectionChanged Method

[Missing <summary> documentation for "M:Altaxo.Collections.ObservableList`1.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)"]


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

Parameters

e  NotifyCollectionChangedEventArgs

[Missing <param name="e"/> documentation for "M:Altaxo.Collections.ObservableList`1.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)"]

See Also