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

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

Syntax

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

See Also