iOSMobileTable.SelectionChanged

From Xojo Documentation

Event


iOSMobileTable.SelectionChanged(section As Integer, row As Integer)

Supported on Mobile.

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:

Var selectedCell As MobileTableCellData = Me.RowCellData(section, row)

See Also

MobileTableCellData class and RowCellData method.