Class DataGrid.TapCellEventArgs
- Namespace
- GHIElectronics.Endpoint.UI.Controls
- Assembly
- GHIElectronics.Endpoint.UI.dll
Tap cell event arguments.
public class DataGrid.TapCellEventArgs
- Inheritance
-
DataGrid.TapCellEventArgs
- Inherited Members
Constructors
TapCellEventArgs(int, int)
Creates a new TapCellEventArgs.
public TapCellEventArgs(int columnIndex, int rowIndex)
Parameters
Properties
ColumnIndex
Column index.
public int ColumnIndex { get; }
Property Value
RowIndex
Row index.
public int RowIndex { get; }
Property Value
Methods
ToString()
ToString
public override string ToString()
Returns
- string
Tap cell event properties.