Share via


UITableViewRowAction.Create Method

Definition

[Foundation.Export("rowActionWithStyle:title:handler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UITableViewRowAction Create(UIKit.UITableViewRowActionStyle style, string? title, Action<UIKit.UITableViewRowAction,Foundation.NSIndexPath> handler);
[<Foundation.Export("rowActionWithStyle:title:handler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : UIKit.UITableViewRowActionStyle * string * Action<UIKit.UITableViewRowAction, Foundation.NSIndexPath> -> UIKit.UITableViewRowAction

Parameters

title
String

Returns

Attributes

Applies to