UIKit.UITableViewDelegate.WillDisplay Method
Called just before a cell is rendered for the row specified by indexPath.

Syntax

[Foundation.Export("tableView:willDisplayCell:forRowAtIndexPath:")]
public virtual void WillDisplay (UITableView tableView, UITableViewCell cell, Foundation.NSIndexPath indexPath)

Parameters

tableView
Table view containing the row.
cell
Cell view that is going to be used to draw the row.
indexPath
Location of the row.

Remarks

Use this method to override properties of the cell before it is rendered (such as selection status or background color). After this method has been called, the table view will only modify the Alpha and Frame properties as it animates them (if required).

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0