iOSMobileTable.AccessoryPressed

From Xojo Documentation

Event


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

Supported on Mobile.

Called when the accessory (currently only Detail) for a row is tapped.

Parameters

Parameter Description
section The section containing the row.
row The row that was selected.

Sample Code

Get the row's cell data when the accessory it tapped:

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