UITableViewDelegate_Extensions.AccessoryButtonTapped メソッド

定義

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void AccessoryButtonTapped(this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member AccessoryButtonTapped : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> unit

パラメーター

tableView
UITableView

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

indexPath
NSIndexPath

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

属性

適用対象