MobileForms Toolkit Documentation

LinkEventArgs  Constructor 

Initializes a new instance of the CellEventArgs class.

public LinkEventArgs(
ListItem item,
Cell c,
int ri,
int ci,
int yoff
);

Parameters

item
The item that was clicked.
c
The cell that was clicked.
ri
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

LinkEventArgs Class | Resco.Controls.AdvancedComboBox Namespace