Compartir a través de


UITableViewController.WillSelectRow(UITableView, NSIndexPath) Método

Definición

Indica que una fila está a punto de seleccionarse.

[Foundation.Export("tableView:willSelectRowAtIndexPath:")]
public virtual Foundation.NSIndexPath WillSelectRow (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member WillSelectRow : UIKit.UITableView * Foundation.NSIndexPath -> Foundation.NSIndexPath
override this.WillSelectRow : UIKit.UITableView * Foundation.NSIndexPath -> Foundation.NSIndexPath

Parámetros

tableView
UITableView
indexPath
NSIndexPath

Devoluciones

Atributos

Se aplica a