Raised when items are added to or removed from the collection.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

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

See Also