UITableViewRowAction.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- handler
- Action<UITableViewRowAction,NSIndexPath>
Returns
- Attributes