Raises the CollectionChanged event.

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

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

See Also