Поделиться через


UITableViewDelegate.RowHighlighted(UITableView, NSIndexPath) Метод

Определение

Вызывается при выделении строки.

[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

Параметры

tableView
UITableView

Объект , UITableView содержащий строку.

rowIndexPath
NSIndexPath

Расположение выделенной строки.

Атрибуты

Применяется к