Raises the CollectionChanged event.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
protected virtual void OnCollectionChanged( EventArgs args ) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub OnCollectionChanged ( _ args As EventArgs _ ) |
| Visual C++ |
|---|
protected: virtual void OnCollectionChanged( EventArgs^ args ) |
Parameters
- args
- Type: System..::.EventArgs