MindFusion.Wpf Pack Programmer's Guide
INotifyCollectionChanged.CollectionChanged Event
See Also
 





Occurs when the collection changes.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

event EventHandler<NotifyCollectionChangedEventArgs> CollectionChanged

Visual Basic  Copy Code

Event CollectionChanged As EventHandler(Of NotifyCollectionChangedEventArgs)

 Event Data

CollectionChanged event handlers receive an argument of type NotifyCollectionChangedEventArgs.

 See Also

INotifyCollectionChanged Members
INotifyCollectionChanged Interface
MindFusion.Spreadsheet.Wpf Namespace