UITableViewController.RowDeselected(UITableView, NSIndexPath) 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.
Indicates that the specified row has been deselected.
[Foundation.Export("tableView:didDeselectRowAtIndexPath:")]
public virtual void RowDeselected (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member RowDeselected : UIKit.UITableView * Foundation.NSIndexPath -> unit
override this.RowDeselected : UIKit.UITableView * Foundation.NSIndexPath -> unit
Parameters
- tableView
- UITableView
- indexPath
- NSIndexPath
- Attributes