共用方式為


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
屬性

適用於