- tableView
- Table view containing the row.
- indexPath
- Location of the row that has become de-selected.
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]