UITableViewSource.RowUnhighlighted(UITableView, NSIndexPath) Method

Definition

Called when a row is unhighlighted.

[Foundation.Export("tableView:didUnhighlightRowAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RowUnhighlighted (UIKit.UITableView tableView, Foundation.NSIndexPath rowIndexPath);
abstract member RowUnhighlighted : UIKit.UITableView * Foundation.NSIndexPath -> unit
override this.RowUnhighlighted : UIKit.UITableView * Foundation.NSIndexPath -> unit

Parameters

tableView
UITableView

The UITableView containing the row.

rowIndexPath
NSIndexPath

The row being unhighlighted.

Attributes

Applies to