WKInterfaceController.DidSelectRow(WKInterfaceTable, nint) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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