UITableViewDelegate.AccessoryButtonTapped(UITableView, NSIndexPath) 方法

定义

当用户点击位于 indexPath的行上的 DetailDisclosureButton 附件时调用。

[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

表视图中行的位置。

属性

注解

此方法通常应显示与所选行相关的新视图。

适用于