Share via


UITableViewDelegate_Extensions.RowHighlighted Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void RowHighlighted(this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath rowIndexPath);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member RowHighlighted : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> unit

Parameters

tableView
UITableView

The UITableView containing the row.

rowIndexPath
NSIndexPath

Location of the row being highlighted.

Attributes

Applies to