ComponentOne DataGrid for WPF and Silverlight
SelectionChanged Event (DataGridSelection)

C1.Silverlight.DataGrid Namespace > DataGridSelection Class : SelectionChanged Event
Occurs when the selection changed.
Syntax
'Declaration
 
Public Event SelectionChanged As System.EventHandler(Of DataGridSelectionChangedEventArgs)
public event System.EventHandler<DataGridSelectionChangedEventArgs> SelectionChanged
Event Data

The event handler receives an argument of type DataGridSelectionChangedEventArgs containing data related to this event. The following DataGridSelectionChangedEventArgs properties provide information specific to this event.

PropertyDescription
Gets the ranges that has been added to the selection.  
Gets the ranges that has been removed from the selection.  
See Also