Raises the ListChanged event.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.4 (in C1.Silverlight.Olap.4.dll)

Syntax

C#
protected virtual void OnListChanged(
	ListChangedEventArgs e
)
Visual Basic
Protected Overridable Sub OnListChanged ( _
	e As ListChangedEventArgs _
)

Parameters

e
Type: C1.Olap..::..ListChangedEventArgs
ListChangedEventArgs that provides the event data.

See Also