UITableViewController.WillSelectRow(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 the the cell at the specified indexPath is about to be selected.
[Foundation.Export("tableView:willSelectRowAtIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSIndexPath? WillSelectRow(UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
[<Foundation.Export("tableView:willSelectRowAtIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillSelectRow : UIKit.UITableView * Foundation.NSIndexPath -> Foundation.NSIndexPath
override this.WillSelectRow : UIKit.UITableView * Foundation.NSIndexPath -> Foundation.NSIndexPath
Parameters
- tableView
- UITableView
Table view containing the row.
- indexPath
- NSIndexPath
Location of the row about to be selected.
Returns
Implements
- Attributes