Event raised after items were added, replaced or removed.

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.10.0.0 (1.10.0.9503)

Syntax

C#
public event EventHandler<CollectionChangedEventArgs<T>> CollectionChanged
Visual Basic
Public Event CollectionChanged As EventHandler(Of CollectionChangedEventArgs(Of T))
Visual C++
public:
 event EventHandler<CollectionChangedEventArgs<T>^>^ CollectionChanged {
	void add (EventHandler<CollectionChangedEventArgs<T>^>^ value);
	void remove (EventHandler<CollectionChangedEventArgs<T>^>^ value);
}

See Also