共用方式為


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

要反白顯示之資料列的位置。

屬性

適用於