Click or drag to resize
INotifyCollectionChanged Interface
Notifies listeners of dynamic changes, such as when items get added and removed or the whole list is refreshed.

Namespace: System.Collections.Specialized
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public interface INotifyCollectionChanged

The INotifyCollectionChanged type exposes the following members.

Events
  NameDescription
Public eventCollectionChanged
Occurs when the collection changes.
Top
See Also