.NET Framework Class Library for Silverlight
INotifyCollectionChanged Interface

Notifies listeners of dynamic changes to a collection, such as when items are added and removed, or the entire collection object is reset.

Namespace:  System.Collections.Specialized
Assembly:  System.Windows (in System.Windows.dll)
Syntax

Visual Basic (Declaration)
Public Interface INotifyCollectionChanged
Visual Basic (Usage)
Dim instance As INotifyCollectionChanged
C#
public interface INotifyCollectionChanged
Remarks

INotifyCollectionChanged defines one member, CollectionChanged. The event data of this event (NotifyCollectionChangedEventArgs) reports information about the nature of the collection change.

To provide change notifications for bindings to ItemsControl and its subclasses, your collection must implement this interface. Before implementing your own collection class, consider using the ObservableCollection<(Of <(T>)>) class that implements INotifyCollectionChanged and INotifyPropertyChanged.

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

Other Resources

Tags :


Page view tracker