UITableViewSource.ShouldHighlightRow(UITableView, NSIndexPath) Method

Definition

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

Parameters

tableView
UITableView
rowIndexPath
NSIndexPath

Returns

Attributes

Applies to