次の方法で共有


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

適用対象