UITableViewDelegate.AccessoryButtonTapped(UITableView, NSIndexPath) Methode

Definition

Gibt an, dass der Benutzer auf die Schaltfläche "Zubehör/Offenlegung" im angegebenen IndexPath getippt hat.

[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

Parameter

tableView
UITableView

Die Tabellenansicht mit dem Zeilen-/Zellzubehör, auf das getippt wurde.

indexPath
NSIndexPath

Die Position der Zeile in der Tabellenansicht.

Implementiert

Attribute

Gilt für: