Partager via


WKInterfaceController.DidSelectRow(WKInterfaceTable, nint) Méthode

Définition

Appelé lorsque l’utilisateur a sélectionné une ligne dans le 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

Paramètres

table
WKInterfaceTable

Table dans laquelle la sélection s’est produite.

rowIndex
System.System.IntPtr System.nativeint

Index de la ligne sélectionnée.

Attributs

S’applique à