UIKit.UITableViewSource.RowDeselected Method
Called when the row specified by indexPath is de-selected.

Syntax

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

Parameters

tableView
Table view containing the row.
indexPath
Location of the row that has become de-selected.

Remarks

This method can be used to perform any processing required when a row is de-selected, such as removing a UITableViewCellAccessory.Checkmark accessory (if one is being displayed). In such an example, use the UITableViewSource.RowSelected(UITableView, Foundation.NSIndexPath) to display the checkmark.

Declared in [UITableViewDelegate]

Requirements

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