次の方法で共有


UITableViewSource.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

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

属性

注釈

このメソッドは、通常、選択した行に関連する新しいビューを表示する必要があります。 [UITableViewDelegate]

適用対象