Raised when the collection is changed.
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