Occurs when an item is added, removed, changed, moved, or the entire list is refreshed.
Public Overridable Event CollectionChanged As NotifyCollectionChangedEventHandler
Dim instance As ObservableCollection Dim handler As NotifyCollectionChangedEventHandler AddHandler instance.CollectionChanged, handler
public virtual event NotifyCollectionChangedEventHandler CollectionChanged
public: virtual event NotifyCollectionChangedEventHandler^ CollectionChanged { void add (NotifyCollectionChangedEventHandler^ value); void remove (NotifyCollectionChangedEventHandler^ value); }
JScript does not support events.
<object CollectionChanged="NotifyCollectionChangedEventHandler" .../>
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003