UITableViewDelegate_Extensions.RowDeselected Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Indica que a célula no indexPath especificado foi desmarcada.
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
A instância na qual esse método de extensão opera.
- tableView
- UITableView
Exibição de tabela que contém a linha.
- indexPath
- NSIndexPath
Local da linha que foi desativada.