次の方法で共有


UITableViewDelegate_Extensions.WillDeselectRow メソッド

定義

指定した indexPath のセルの選択が解除されることを示します。

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

パラメーター

This
IUITableViewDelegate

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

tableView
UITableView

関連するテーブル。

indexPath
NSIndexPath

選択を解除しようとしている行のインデックス パス。

戻り値

適用対象