[]
Called when a cell is being held.
protected void OnCellLongPressed(GridInputEventArgs e)
| Type | Name | Description |
|---|---|---|
| GridInputEventArgs | e | Event data. |
Called when a cell is being held.
protected virtual void OnCellLongPressed(GridCellType cellType, GridCellRange range, C1TappedEventArgs te)
| Type | Name | Description |
|---|---|---|
| GridCellType | cellType | The type of cell |
| GridCellRange | range | The range |
| C1TappedEventArgs | te | The tapped events |