UITableViewDelegate.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

即将取消选择的行的索引路径。

返回

如果 null为 ,则不会取消选择该行。 如果除 以外的 indexPath 值请求取消选择另一行。

属性

适用于