ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridSelectionChangedEventArgs Class / RemovedRanges Property

In This Topic
    RemovedRanges Property (DataGridSelectionChangedEventArgs)
    In This Topic
    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