UITableViewSource.RowHighlighted(UITableView, NSIndexPath) Method

Definition

Called when a row is highlighted.

[Foundation.Export("tableView:didHighlightRowAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RowHighlighted (UIKit.UITableView tableView, Foundation.NSIndexPath rowIndexPath);
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.

Attributes

Applies to