Compartir a través de


UITableViewController.RowHighlighted(UITableView, NSIndexPath) Método

Definición

Indica que se ha resaltado la fila especificada.

[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

Parámetros

tableView
UITableView
rowIndexPath
NSIndexPath
Atributos

Se aplica a