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.
| Parameter | Type | Description |
|---|---|---|
columnIndex | int | X coordinate |
rowIndex | int | Y 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.