Compartilhar via


UITableViewDelegate_Extensions.WillDeselectRow Método

Definição

Indica que a célula no indexPath especificado está prestes a ser desmarcada.

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

Parâmetros

This
IUITableViewDelegate

A instância na qual esse método de extensão opera.

tableView
UITableView

A tabela envolvida.

indexPath
NSIndexPath

O caminho de índice da linha prestes a ser desmarcada.

Retornos

Aplica-se a