Version

SelectedCellRangesChanged Event (XamDataGrid)

Called when the selected cell ranges changed.
Syntax
public event GridSelectedCellRangesChangedEventHandler SelectedCellRangesChanged
Event Data

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

PropertyDescription
AddedRanges The cell ranges added to the selection.
RemovedRanges The cell ranges removed from the selection.
UpdatedRanges The cell ranges that have been updated by the grid.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also