UITableViewController.RowHighlighted(UITableView, NSIndexPath) Méthode

Définition

Indique que la ligne spécifiée a été mise en surbrillance.

[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

Paramètres

tableView
UITableView
rowIndexPath
NSIndexPath
Attributs

S’applique à