UITableViewController.RowSelected(UITableView, NSIndexPath) 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.
Indique que la ligne spécifiée a été sélectionnée.
[Foundation.Export("tableView:didSelectRowAtIndexPath:")]
public virtual void RowSelected (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member RowSelected : UIKit.UITableView * Foundation.NSIndexPath -> unit
override this.RowSelected : UIKit.UITableView * Foundation.NSIndexPath -> unit
Paramètres
- tableView
- UITableView
- indexPath
- NSIndexPath
- Attributs