UITableViewController.RowSelected(UITableView, NSIndexPath) Method

Definition

Indicates that the specified row has been selected.

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

Parameters

tableView
UITableView
indexPath
NSIndexPath
Attributes

Applies to