UITableViewController.CanPerformAction 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.
Whether the edit menu should have Copy and Paste commands for the specified row.
[Foundation.Export("tableView:canPerformAction:forRowAtIndexPath:withSender:")]
public virtual bool CanPerformAction (UIKit.UITableView tableView, ObjCRuntime.Selector action, Foundation.NSIndexPath indexPath, Foundation.NSObject sender);
abstract member CanPerformAction : UIKit.UITableView * ObjCRuntime.Selector * Foundation.NSIndexPath * Foundation.NSObject -> bool
override this.CanPerformAction : UIKit.UITableView * ObjCRuntime.Selector * Foundation.NSIndexPath * Foundation.NSObject -> bool
Parameters
- tableView
- UITableView
- action
- Selector
- indexPath
- NSIndexPath
- sender
- NSObject
Returns
- Attributes