Click or drag to resize

PartitionableListTOnCollectionChanged Method

Raises the CollectionChanged event with the provided arguments.

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

Parameters

e  NotifyCollectionChangedEventArgs
Arguments of the event being raised.
See Also