SelectionChangingCallback typedef

SelectionChangingCallback = bool Function(List<DataGridRow> addedRows, List<DataGridRow> removedRows)

Signature for SfDataGrid.onSelectionChanging callback.

Implementation

typedef SelectionChangingCallback =
    bool Function(List<DataGridRow> addedRows, List<DataGridRow> removedRows);