UITableViewController.WillSelectRow(UITableView, NSIndexPath) Method

Definition

Indicates that a row is about to be selected.

[Foundation.Export("tableView:willSelectRowAtIndexPath:")]
public virtual Foundation.NSIndexPath WillSelectRow (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member WillSelectRow : UIKit.UITableView * Foundation.NSIndexPath -> Foundation.NSIndexPath
override this.WillSelectRow : UIKit.UITableView * Foundation.NSIndexPath -> Foundation.NSIndexPath

Parameters

tableView
UITableView
indexPath
NSIndexPath

Returns

Attributes

Applies to