[]
Called when a cell is tapped.
protected void OnCellTapped(GridInputEventArgs e)
Protected Sub OnCellTapped(e As GridInputEventArgs)
| Type | Name | Description |
|---|---|---|
| GridInputEventArgs | e | Event data. |
Called when a cell is tapped.
protected override sealed void OnCellTapped(GridControlTapEventArgs e)
Protected NotOverridable Overrides Sub OnCellTapped(e As GridControlTapEventArgs)
| Type | Name | Description |
|---|---|---|
| GridControlTapEventArgs | e | The event data. |