iOSMobileTable.SelectionChanged
From Xojo Documentation
Event
A row has been selected.
Parameters
Parameter | Description |
---|---|
section | The section containing the row. |
row | The row that was selected. |
Sample Code
Get the selected row:
See Also
MobileTableCellData class and RowCellData method.