UIKit.UITableViewSource.AccessoryButtonTapped Method
Called when the user taps the DetailDisclosureButton accessory on the row located at indexPath.

Syntax

[Foundation.Export("tableView:accessoryButtonTappedForRowWithIndexPath:")]
public virtual void AccessoryButtonTapped (UITableView tableView, Foundation.NSIndexPath indexPath)

Parameters

tableView
The table view containing the row/cell accessory that has been tapped.
indexPath
The location of the row in the table view.

Remarks

This method should typically display a new view related to the selected row. [UITableViewDelegate]

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0