Compartir a través de


UITableViewController.WillDeselectRow(UITableView, NSIndexPath) Método

Definición

Indica que se va a anular la selección de una fila.

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

Parámetros

tableView
UITableView
indexPath
NSIndexPath

Devoluciones

Atributos

Se aplica a