Sdílet prostřednictvím


UITableViewSource.AccessoryButtonTapped(UITableView, NSIndexPath) Method

Definition

[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

Parameters

tableView
UITableView
indexPath
NSIndexPath
Attributes

Applies to