[]
        
(Showing Draft Content)

C1.WinUI.Grid.FlexGrid.OnCellTapped

OnCellTapped Method

OnCellTapped(GridInputEventArgs)

Called when a cell is tapped.

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

Event data.

OnCellTapped(GridControlTapEventArgs)

Called when a cell is tapped.

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

The event data.

Overrides