Charting for WinForms Programmer's Guide
ObservableCollection(T).CollectionChanged Event
See Also
 






Occurs when an item is added, removed, changed, moved, or the entire list is refreshed.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public event EventHandler<NotifyCollectionChangedEventArgs<T>> CollectionChanged

Visual Basic  Copy Code

Public Event CollectionChanged As EventHandler(Of NotifyCollectionChangedEventArgs(Of T))

 Event Data

CollectionChanged event handlers receive an argument of type NotifyCollectionChangedEventArgs<T>.

 See Also

ObservableCollection(T) Members
ObservableCollection(T) Class
MindFusion.Gauges Namespace