UITableViewRowAction.Create Method

Definition

Creates and returns a table view row action with the specified style, title, and handler.

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

Parameters

title
String

To be added.

This parameter can be null.

Returns

Attributes

Applies to