Raised when the collection is changed.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public event NotifyCollectionChangedEventHandler CollectionChanged |
Visual Basic
Copy Code
|
|---|
Public Event CollectionChanged As NotifyCollectionChangedEventHandler |
Event DataCollectionChanged event handlers receive an argument of type NotifyCollectionChangedEventArgs.
See Also