Skip to main content

TapCellEventArgs Class

Namespace: GHIElectronics.TinyCLR.UI.Controls · Assembly: GHIElectronics.TinyCLR.UI

Tap cell event arguments.

public class TapCellEventArgs

Constructors

TapCellEventArgs(int columnIndex, int rowIndex)

public TapCellEventArgs(int columnIndex, int rowIndex)

Creates a new TapCellEventArgs.

ParameterTypeDescription
columnIndexintX coordinate
rowIndexintY coordinate

Properties

ColumnIndex

public int ColumnIndex { get; }

Column index.

RowIndex

public int RowIndex { get; }

Row index.

Methods

ToString()

public override string ToString()

ToString

Returns string — Tap cell event properties.