UITableViewDelegate.AccessoryButtonTapped(UITableView, NSIndexPath) Método

Definición

Indica que el usuario ha pulsado el botón accesorio/divulgación en el indexPath especificado.

[Foundation.Export("tableView:accessoryButtonTappedForRowWithIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AccessoryButtonTapped(UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
[<Foundation.Export("tableView:accessoryButtonTappedForRowWithIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AccessoryButtonTapped : UIKit.UITableView * Foundation.NSIndexPath -> unit
override this.AccessoryButtonTapped : UIKit.UITableView * Foundation.NSIndexPath -> unit

Parámetros

tableView
UITableView

Vista de tabla que contiene el accesorio de fila o celda que se ha pulsado.

indexPath
NSIndexPath

Ubicación de la fila en la vista de tabla.

Implementaciones

Atributos

Se aplica a