Share via


UITableViewDelegate_Extensions.AccessoryButtonTapped Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void AccessoryButtonTapped(this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member AccessoryButtonTapped : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> unit

Parameters

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.

Attributes

Applies to