UITableViewController.AccessoryButtonTapped(UITableView, NSIndexPath) 方法

定义

指示已按下附件按钮。

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

参数

tableView
UITableView
indexPath
NSIndexPath
属性

适用于