Occurs when the items list of the collection has changed, or the collection is reset.

Namespace: FirstFloor.Documents.Controls
Assembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public event NotifyCollectionChangedEventHandler CollectionChanged
Visual Basic
Public Event CollectionChanged As NotifyCollectionChangedEventHandler
Visual C++
public:
virtual  event NotifyCollectionChangedEventHandler^ CollectionChanged {
	void add (NotifyCollectionChangedEventHandler^ value);
	void remove (NotifyCollectionChangedEventHandler^ value);
}

Implements

INotifyCollectionChanged..::..CollectionChanged

See Also