Occurs when the list changes or an item in the list changes.

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

Syntax

C#
event EventHandler<ListChangedEventArgs> ListChanged
Visual Basic
Event ListChanged As EventHandler(Of ListChangedEventArgs)

See Also