MindFusion.Wpf Pack 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.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public event EventHandler<NotifyCollectionChangedEventArgs> CollectionChanged

Visual Basic  Copy Code

Public Event CollectionChanged As EventHandler(Of NotifyCollectionChangedEventArgs)

 Event Data

CollectionChanged event handlers receive an argument of type NotifyCollectionChangedEventArgs.

 See Also

ObservableCollection(T) Members
ObservableCollection(T) Class
MindFusion.Spreadsheet.Wpf Namespace