UITableViewDelegate_Extensions.WillDisplay Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.