UITableViewController.RowDeselected(UITableView, NSIndexPath) Method

Definition

Indicates that the specified row has been deselected.

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

Parameters

tableView
UITableView
indexPath
NSIndexPath
Attributes

Applies to