Called when the value of the [P:Items] property changes.

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

Syntax

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

Parameters

e
Type: System.Collections.Specialized..::..NotifyCollectionChangedEventArgs

See Also