UITableViewController.AccessoryButtonTapped(UITableView, NSIndexPath) 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.
Indictes that the user has tapped the accessory / disclosure buttom at the specified indexPath.
[Foundation.Export("tableView:accessoryButtonTappedForRowWithIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AccessoryButtonTapped(UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
[<Foundation.Export("tableView:accessoryButtonTappedForRowWithIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AccessoryButtonTapped : UIKit.UITableView * Foundation.NSIndexPath -> unit
override this.AccessoryButtonTapped : 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.
Implements
- Attributes