다음을 통해 공유


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

강조 표시할 행의 위치입니다.

특성

적용 대상