WKInterfaceController.DidSelectRow(WKInterfaceTable, nint) Method

Definition

Called when the user has selected a row in the table.

[Foundation.Export("table:didSelectRowAtIndex:")]
public virtual void DidSelectRow (WatchKit.WKInterfaceTable table, nint rowIndex);
abstract member DidSelectRow : WatchKit.WKInterfaceTable * nint -> unit
override this.DidSelectRow : WatchKit.WKInterfaceTable * nint -> unit

Parameters

table
WKInterfaceTable

The table in which the selection occurred.

rowIndex
System.System.IntPtr System.nativeint

The index of the selected row.

Attributes

Applies to