CurrentCellActivatedCallback typedef
Signature for SfDataGrid.onCurrentCellActivated callback.
Implementation
typedef CurrentCellActivatedCallback = void Function(
RowColumnIndex newRowColumnIndex, RowColumnIndex oldRowColumnIndex);
Signature for SfDataGrid.onCurrentCellActivated callback.
typedef CurrentCellActivatedCallback = void Function(
RowColumnIndex newRowColumnIndex, RowColumnIndex oldRowColumnIndex);