Click or drag to resize

ChildObjectCollectionTCollectionChangedEventHandler Delegate

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

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public delegate void CollectionChangedEventHandler(
	Object sender,
	NotifyCollectionChangedEventArgs e
)

Parameters

sender
Type: SystemObject
The object that raised the event.
e
Type: System.Collections.SpecializedNotifyCollectionChangedEventArgs
Information about the event.
See Also