UITableViewSource.EditActionsForRow(UITableView, NSIndexPath) Method

Definition

[Foundation.Export("tableView:editActionsForRowAtIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UITableViewRowAction[] EditActionsForRow(UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
[<Foundation.Export("tableView:editActionsForRowAtIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EditActionsForRow : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewRowAction[]
override this.EditActionsForRow : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewRowAction[]

Parameters

tableView
UITableView
indexPath
NSIndexPath

Returns

Attributes

Applies to