MindFusion.Wpf Pack Programmer's Guide
INotifyCollectionChanged Interface
See Also
 





Notifies listeners of dynamic changes, such as when items get added and removed or the whole list is refreshed.

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

 Syntax

C#  Copy Code

public interface INotifyCollectionChanged

Visual Basic  Copy Code

Public Interface INotifyCollectionChanged

 Inheritors

MindFusion.Spreadsheet.Wpf.ObservableCollection(T)
MindFusion.Spreadsheet.Wpf.UndoableCollection(T)

 See Also

INotifyCollectionChanged Members
MindFusion.Spreadsheet.Wpf Namespace