共用方式為


WKInterfaceController.DidSelectRow(WKInterfaceTable, nint) 方法

定義

當使用者在 中 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

參數

table
WKInterfaceTable

發生選取範圍的表格。

rowIndex
System.System.IntPtr System.nativeint

所選取資料列的索引。

屬性

適用於