UITableViewController.PerformAction Method

Definition

Performs a copy or paste on the content of the specified row.

[Foundation.Export("tableView:performAction:forRowAtIndexPath:withSender:")]
public virtual void PerformAction (UIKit.UITableView tableView, ObjCRuntime.Selector action, Foundation.NSIndexPath indexPath, Foundation.NSObject sender);
abstract member PerformAction : UIKit.UITableView * ObjCRuntime.Selector * Foundation.NSIndexPath * Foundation.NSObject -> unit
override this.PerformAction : UIKit.UITableView * ObjCRuntime.Selector * Foundation.NSIndexPath * Foundation.NSObject -> unit

Parameters

tableView
UITableView
action
Selector
indexPath
NSIndexPath
sender
NSObject
Attributes

Applies to