Raised when items are added to or removed from the collection.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
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); } |