UITableViewDelegate_Extensions.AccessoryButtonTapped Method

Definition

Indictes that the user has tapped the accessory / disclosure buttom at the specified indexPath.

public static void AccessoryButtonTapped (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member AccessoryButtonTapped : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> unit

Parameters

This
IUITableViewDelegate

The instance on which this extension method operates.

tableView
UITableView

The table view containing the row/cell accessory that has been tapped.

indexPath
NSIndexPath

The location of the row in the table view.

Applies to