[]
        
(Showing Draft Content)

C1.Blazor.Grid.FlexGrid.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(GridControlTapEventArgs)

Called when a cell is being held.

Declaration
protected override sealed void OnCellLongPressed(GridControlTapEventArgs e)
Parameters
Type Name Description
GridControlTapEventArgs e

The event data.

Overrides