SelectionChangingCallback typedef
Signature for SfDataGrid.onSelectionChanging callback.
Implementation
typedef SelectionChangingCallback = bool Function(
List<DataGridRow> addedRows, List<DataGridRow> removedRows);
Signature for SfDataGrid.onSelectionChanging callback.
typedef SelectionChangingCallback = bool Function(
List<DataGridRow> addedRows, List<DataGridRow> removedRows);