| MobileForms Toolkit Documentation |
|
RowEnteredEventArgs Constructor
Constructs the RowEnteredEventArgs object.
public RowEnteredEventArgs(
Row r,
int iRowIndex);
Parameters
-
r
- Reference of the row that was entered.
-
iRowIndex
- Index of the entered row in AdvancedList's row collection.
See Also
RowEnteredEventArgs Class | Resco.Controls.AdvancedList Namespace