Share via


UITableViewDelegate_Extensions.WillDisplay メソッド

定義

指定した indexPath のセルが表示されようとしていることを示します。

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

パラメーター

This
IUITableViewDelegate

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

tableView
UITableView

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

cell
UITableViewCell

行の描画に使用するセル ビュー。

indexPath
NSIndexPath

行の場所。

適用対象