Поделиться через


UITableViewDelegate_Extensions.WillDeselectRow Метод

Определение

Указывает, что ячейка с указанным indexPath будет отменена.

public static Foundation.NSIndexPath WillDeselectRow (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member WillDeselectRow : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> Foundation.NSIndexPath

Параметры

This
IUITableViewDelegate

Экземпляр, с которым работает этот метод расширения.

tableView
UITableView

Таблица, включаемая в нее.

indexPath
NSIndexPath

Путь к индексу строки, к которому будет отложен выбор.

Возвращаемое значение

Применяется к