次の方法で共有


UITableViewDelegate_Extensions.RowSelected メソッド

定義

指定した indexPath の呼び出しが選択されていることを示します。

public static void RowSelected (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member RowSelected : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> unit

パラメーター

This
IUITableViewDelegate

この拡張メソッドが動作するインスタンス。

tableView
UITableView

行を含むテーブル ビュー。

indexPath
NSIndexPath

選択された行の場所。

適用対象