[]
        
(Showing Draft Content)

C1.WinUI.Grid.FlexGrid.OnCellDoubleTapped

OnCellDoubleTapped Method

OnCellDoubleTapped(GridInputEventArgs)

Called when a cell is double tapped.

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

Event data.

OnCellDoubleTapped(GridControlTapEventArgs)

Called when a cell is double tapped.

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

The event data.

Overrides