Język

UITableViewController.AccessoryButtonTapped(UITableView, NSIndexPath) Metoda

Definicja

Wskazuje, że użytkownik naciągnął przycisk dostępu/ujawnienia w określonym indexPath.

[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

Parametry

tableView
UITableView

Widok tabeli zawierający metodę dostępu do wierszy/komórek, która została naciśnięta.

indexPath
NSIndexPath

Lokalizacja wiersza w widoku tabeli.

Implementuje

Atrybuty

Dotyczy