共用方式為


UITableViewController.WillSelectRow(UITableView, NSIndexPath) 方法

定義

表示即將選取資料列。

[Foundation.Export("tableView:willSelectRowAtIndexPath:")]
public virtual Foundation.NSIndexPath WillSelectRow(UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member WillSelectRow : UIKit.UITableView * Foundation.NSIndexPath -> Foundation.NSIndexPath
override this.WillSelectRow : UIKit.UITableView * Foundation.NSIndexPath -> Foundation.NSIndexPath

參數

tableView
UITableView
indexPath
NSIndexPath

傳回

屬性

適用於