onItemSelected property

ValueChanged<GridItemType?> onItemSelected
final

Called when the user selects an item on the grid.

The selection can be performed by:

  1. Tapping on an item in the grid.
  2. Pressing ENTER when the grid has an active item.

Implementation

final ValueChanged<GridItemType?> onItemSelected;