Called when the contents of the collection 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 OnCollectionChanged(
	NotifyCollectionChangedEventArgs e
)
Visual Basic
Protected Overrides Sub OnCollectionChanged ( _
	e As NotifyCollectionChangedEventArgs _
)
Visual C++
protected:
virtual void OnCollectionChanged(
	NotifyCollectionChangedEventArgs^ e
) override

See Also