Raises the SelectionChanged event.

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

Syntax

C#
protected internal virtual void OnSelectionChanged(
	CellRangeEventArgs e
)
Visual Basic
Protected Friend Overridable Sub OnSelectionChanged ( _
	e As CellRangeEventArgs _
)

Parameters

e
Type: C1.Silverlight.FlexGrid..::..CellRangeEventArgs
CellRangeEventArgs that contains the event data.

See Also