Share via


UITableViewController.RowHighlighted(UITableView, NSIndexPath) Method

Definition

Indicates that the cell at the specified indexPath has been highlighted.

[Foundation.Export("tableView:didHighlightRowAtIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RowHighlighted(UIKit.UITableView tableView, Foundation.NSIndexPath rowIndexPath);
[<Foundation.Export("tableView:didHighlightRowAtIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RowHighlighted : UIKit.UITableView * Foundation.NSIndexPath -> unit
override this.RowHighlighted : UIKit.UITableView * Foundation.NSIndexPath -> unit

Parameters

tableView
UITableView

The UITableView containing the row.

rowIndexPath
NSIndexPath

Location of the row being highlighted.

Implements

Attributes

Applies to