Raises the PropertyChanged event on the parent rows collection.

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

Syntax

C#
protected override void OnPropertyChanged(
	string name
)
Visual Basic
Protected Overrides Sub OnPropertyChanged ( _
	name As String _
)

Parameters

name
Type: System..::..String
Name of the property that changed.

See Also