共用方式為


UITableViewSource.RowUnhighlighted(UITableView, NSIndexPath) 方法

定義

當資料列未高光時呼叫。

[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

參數

tableView
UITableView

包含 UITableView 資料列的 。

rowIndexPath
NSIndexPath

未高載的資料列。

屬性

適用於