UITableViewController.AccessoryButtonTapped(UITableView, NSIndexPath) メソッド

定義

指定した indexPath のアクセサリ/開示ボタンをユーザーがタップしたことを示します。

[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

パラメーター

tableView
UITableView

タップされた行/セルアクセサリを含むテーブル ビュー。

indexPath
NSIndexPath

テーブル ビュー内の行の場所。

実装

属性

適用対象