Invoked when the Items property changes.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

Parameters

e
Type: System.Collections.Specialized..::..NotifyCollectionChangedEventArgs
Information about the change.

See Also