Called when the contents of the Items collection has changed.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
protected override void OnItemsChanged(
	NotifyCollectionChangedEventArgs e
)
Visual Basic (Declaration)
Protected Overrides Sub OnItemsChanged ( _
	e As NotifyCollectionChangedEventArgs _
)

See Also