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





Raised when the collection is changed.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public event NotifyCollectionChangedEventHandler CollectionChanged

Visual Basic  Copy Code

Public Event CollectionChanged As NotifyCollectionChangedEventHandler

 Event Data

CollectionChanged event handlers receive an argument of type NotifyCollectionChangedEventArgs.

 See Also

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