MindFusion.Wpf Pack Programmer's Guide
UndoableCollection(T).CollectionChanged Event
See Also
 





Raised when the collection is changed.

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

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