WKInterfaceController.DidSelectRow(WKInterfaceTable, nint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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