MobileForms Toolkit Documentation

AdvancedList.OnRowSelect Method 

Fires the RowSelect event.

protected void OnRowSelect(
Row row,
int index,
int yOffset,
bool bSelectedChanged,
bool bActiveChanged
);

Parameters

row
Row that was last selected.
index
Index of the row.
yOffset
Offset of the row from the top.
bSelectedChanged
bActiveChanged

See Also

AdvancedList Class | Resco.Controls.AdvancedList Namespace