MindFusion.Wpf Pack Programmer's Guide
UndoableCollection(T).OnCollectionChanged Method
See Also
 





Raises the CollectionChanged event.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

protected virtual void OnCollectionChanged (
    NotifyCollectionChangedEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnCollectionChanged( _
    e As NotifyCollectionChangedEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also

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