| MobileForms Toolkit Documentation |
|
RowEventArgs Constructor
Initializes a new instance of the RowEventArgs class.
public RowEventArgs(
Row r,
int i,
int yoff);
Parameters
-
r
- The row that was clicked.
-
i
- An index of the row in row collection.
-
yoff
- Current vertical offset of the row in grid.
See Also
RowEventArgs Class | Resco.Controls.AdvancedList Namespace