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


UITableViewDelegate_Extensions.WillBeginEditing Метод

Определение

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

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void WillBeginEditing (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member WillBeginEditing : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> unit

Параметры

This
IUITableViewDelegate

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

tableView
UITableView

Представление таблицы, который будет изменен.

indexPath
NSIndexPath

Расположение строки, которая была прокрутилась.

Атрибуты

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