Occurs after the value of the Selection property changes.

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

Syntax

C#
public event EventHandler<CellRangeEventArgs> SelectionChanged
Visual Basic
Public Event SelectionChanged As EventHandler(Of CellRangeEventArgs)

See Also