Sdílet prostřednictvím


UITableViewSource.RowHighlighted(UITableView, NSIndexPath) Method

Definition

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

Parameters

tableView
UITableView
rowIndexPath
NSIndexPath
Attributes

Applies to