UITableViewDelegate.RowHighlighted(UITableView, NSIndexPath) 方法

定义

在突出显示行时调用。

[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

参数

tableView
UITableView

包含 UITableView 行的 。

rowIndexPath
NSIndexPath

要突出显示的行的位置。

属性

适用于