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