[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.FlexGrid.OnCellTapped

OnCellTapped Method

OnCellTapped(GridCellType, GridCellRange, C1TappedEventArgs)

Called when a cell is tapped.

Declaration
protected override void OnCellTapped(GridCellType cellType, GridCellRange range, C1TappedEventArgs te)
Parameters
Type Name Description
GridCellType cellType

The type of cell

GridCellRange range

The range

C1TappedEventArgs te

The tapped events

Overrides