Table of Contents

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

columnIndex int

X coordinate

rowIndex int

Y coordinate

Properties

ColumnIndex

Column index.

public int ColumnIndex { get; }

Property Value

int

RowIndex

Row index.

public int RowIndex { get; }

Property Value

int

Methods

ToString()

ToString

public override string ToString()

Returns

string

Tap cell event properties.