Raises the CollectionChanged event.

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

Syntax

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

See Also