public event GridSelectedCellRangesChangedEventHandler SelectedCellRangesChanged
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.
Property | Description |
---|---|
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. |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+