UITableViewDelegate_Extensions.WillDisplay Method

Definition

Indicates that the cell at the specified indexPath is about to be shown.

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

Parameters

This
IUITableViewDelegate

The instance on which this extension method operates.

tableView
UITableView

Table view containing the row.

cell
UITableViewCell

Cell view that is going to be used to draw the row.

indexPath
NSIndexPath

Location of the row.

Applies to