Compartir a través de


UITableViewDelegate_Extensions.WillBeginEditing Método

Definición

Indica que la celda del indexPath especificado está a punto de editarse.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void WillBeginEditing (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member WillBeginEditing : 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 sobre la que se va a editar.

indexPath
NSIndexPath

Ubicación de la fila que se ha deslizado.

Atributos

Se aplica a