Called when the value of the System.Windows.Controls.ItemsControl.Items property changes.

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

Syntax

C#
public event EventHandler<NotifyCollectionChangedEventArgs> ItemsChanged
Visual Basic
Public Event ItemsChanged As EventHandler(Of NotifyCollectionChangedEventArgs)

See Also