MobileForms Toolkit Documentation

CellEventArgs  Constructor 

Initializes a new instance of the CellEventArgs class.

public CellEventArgs(
ListItem i,
Cell c,
int ii,
int ci,
int yoff
);

Parameters

i
c
The cell that was clicked.
ii
An index of the item in item collection.
ci
An index of the cell in item template.
yoff
Current vertical offset of the item in grid.

See Also

CellEventArgs Class | Resco.Controls.AdvancedComboBox Namespace