ComponentOne DataGrid for WPF and Silverlight
RemovedRanges Property (DataGridSelectionChangedEventArgs)

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

Property Value

The removed ranges.
See Also

Reference

DataGridSelectionChangedEventArgs Class
DataGridSelectionChangedEventArgs Members