UITableViewController.AccessoryButtonTapped(UITableView, NSIndexPath) Method

Definition

Indicates that the accessory button was pressed.

[Foundation.Export("tableView:accessoryButtonTappedForRowWithIndexPath:")]
public virtual void AccessoryButtonTapped (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member AccessoryButtonTapped : UIKit.UITableView * Foundation.NSIndexPath -> unit
override this.AccessoryButtonTapped : UIKit.UITableView * Foundation.NSIndexPath -> unit

Parameters

tableView
UITableView
indexPath
NSIndexPath
Attributes

Applies to