Share via


UITableViewDelegate_Extensions.WillBeginEditing Method

Definition

Indicates that the cell at the specified indexPath is about to be edited.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void WillBeginEditing(this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member WillBeginEditing : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> unit

Parameters

tableView
UITableView

Table view about to be edited.

indexPath
NSIndexPath

Location of the row that has been swiped.

Attributes

Applies to