Freigeben über


UITableViewController.RowHighlighted(UITableView, NSIndexPath) Methode

Definition

Gibt an, dass die angegebene Zeile hervorgehoben wurde.

[Foundation.Export("tableView:didHighlightRowAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RowHighlighted (UIKit.UITableView tableView, Foundation.NSIndexPath rowIndexPath);
abstract member RowHighlighted : UIKit.UITableView * Foundation.NSIndexPath -> unit
override this.RowHighlighted : UIKit.UITableView * Foundation.NSIndexPath -> unit

Parameter

tableView
UITableView
rowIndexPath
NSIndexPath
Attribute

Gilt für: