共用方式為


UITableViewController.WillDeselectRow(UITableView, NSIndexPath) 方法

定義

表示資料列即將取消選取。

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

參數

tableView
UITableView
indexPath
NSIndexPath

傳回

屬性

適用於