Search
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