MobileForms Toolkit Documentation

CellEventArgs  Constructor 

Initializes a new instance of the CellEventArgs class.

public CellEventArgs(
Row r,
Cell c,
int ri,
int ci,
int yoff
);

Parameters

r
The row that was clicked.
c
The cell that was clicked.
ri
An index of the row in row collection.
ci
An index of the cell in row template.
yoff
Current vertical offset of the row in grid.

See Also

CellEventArgs Class | Resco.Controls.AdvancedList Namespace