UITableViewDelegate_Extensions.AccessoryButtonTapped 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.
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.