Condividi tramite


UITableViewSource.RowSelected(UITableView, NSIndexPath) Method

Definition

[Foundation.Export("tableView:didSelectRowAtIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RowSelected(UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
[<Foundation.Export("tableView:didSelectRowAtIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RowSelected : UIKit.UITableView * Foundation.NSIndexPath -> unit
override this.RowSelected : UIKit.UITableView * Foundation.NSIndexPath -> unit

Parameters

tableView
UITableView
indexPath
NSIndexPath
Attributes

Applies to