MobileForms Toolkit Documentation

AdvancedList.OnLink Method 

Handles the LinkClick event.

protected virtual void OnLink(
LinkCell c,
Row r,
Point index,
int yOffset
);

Parameters

c
LinkCell that was clicked.
r
DataRow that was clicked.
index
Point containing indexes of row and cell.
yOffset
Vertical offset of the row.

See Also

AdvancedList Class | Resco.Controls.AdvancedList Namespace