Compartir a través de


UITableViewDelegate_Extensions.RowDeselected Método

Definición

Indica que se ha deseleccionado la celda en el indexPath especificado.

public static void RowDeselected (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member RowDeselected : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> unit

Parámetros

This
IUITableViewDelegate

Instancia en la que opera este método de extensión.

tableView
UITableView

Vista de tabla que contiene la fila.

indexPath
NSIndexPath

Ubicación de la fila que se ha desaplicado.

Se aplica a