Condividi tramite


UITableViewController.WillSelectRow(UITableView, NSIndexPath) Metodo

Definizione

Indica che una riga sta per essere selezionata.

[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

Parametri

tableView
UITableView
indexPath
NSIndexPath

Restituisce

Attributi

Si applica a