UITableViewDelegate_Extensions.AccessoryButtonTapped Methode

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void AccessoryButtonTapped(this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member AccessoryButtonTapped : UIKit.IUITableViewDelegate * 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.

Attribute

Gilt für: