Occurs when an item is added, removed, changed, moved, or the entire list is refreshed.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<NotifyCollectionChangedEventArgs> CollectionChanged |
Visual Basic
Copy Code
|
|---|
Public Event CollectionChanged As EventHandler(Of NotifyCollectionChangedEventArgs) |
Event DataCollectionChanged event handlers receive an argument of type NotifyCollectionChangedEventArgs.
See Also