Click or drag to resize

ChildObjectCollectionTCollectionChangedEventHandler Delegate

LightningChart .NET Help
Represents the method that handles the CollectionChanged event.

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public delegate void CollectionChangedEventHandler(
	Object sender,
	NotifyCollectionChangedEventArgs e
)

Parameters

sender  Object
The object that raised the event.
e  NotifyCollectionChangedEventArgs
Information about the event.
See Also