UITableViewDelegate_Extensions.RowDeselected(IUITableViewDelegate, UITableView, NSIndexPath) Method
Definition
Indicates that the cell at the specified indexPath has been deselected.
public static void RowDeselected (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member RowDeselected : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> unit
Parameters
- This
- IUITableViewDelegate
The instance on which this extension method operates.
- tableView
- UITableView
Table view containing the row.
- indexPath
- NSIndexPath
Location of the row that has become de-selected.