[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridBase.OnCellLongPressed

OnCellLongPressed Method

OnCellLongPressed(GridInputEventArgs)

Called when a cell is being held.

Declaration
protected void OnCellLongPressed(GridInputEventArgs e)
Parameters
Type Name Description
GridInputEventArgs e

Event data.

OnCellLongPressed(GridCellType, GridCellRange, C1TappedEventArgs)

Called when a cell is being held.

Declaration
protected virtual void OnCellLongPressed(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