In The Hand LtdIn The Hand
INotifyCollectionChanged Interface
NamespacesInTheHand.Collections.SpecializedINotifyCollectionChanged
.NET Components for Mobility
Notifies listeners of dynamic changes, such as when items get added and removed or the whole list is refreshed.
Declaration Syntax
C#Visual Basic
public interface INotifyCollectionChanged
Public Interface INotifyCollectionChanged
Members
All MembersEvents



IconMemberDescription
CollectionChanged
Occurs when the collection changes.

Remarks
You can enumerate over any collection that implements the IEnumerable interface. However, to set up dynamic bindings so that insertions or deletions in the collection update the UI automatically, the collection must implement the INotifyCollectionChanged interface. This interface exposes the CollectionChanged event that must be raised whenever the underlying collection changes.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0