ComponentOne DataGrid for WPF and Silverlight
AddedRanges Property (DataGridSelectionChangedEventArgs)

C1.WPF.DataGrid Namespace > DataGridSelectionChangedEventArgs Class : AddedRanges Property
Gets the ranges that has been added to the selection.
Syntax
'Declaration
 
Public ReadOnly Property AddedRanges As DataGridCellsRangeCollection
public DataGridCellsRangeCollection AddedRanges {get;}

Property Value

The added ranges.
See Also

Reference

DataGridSelectionChangedEventArgs Class
DataGridSelectionChangedEventArgs Members