다음을 통해 공유


UITableViewSource.RowUnhighlighted(UITableView, NSIndexPath) 메서드

정의

행이 하이라이트되지 않은 경우 호출됩니다.

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

매개 변수

tableView
UITableView

UITableView 행을 포함하는 입니다.

rowIndexPath
NSIndexPath

하이라이트되지 않은 행입니다.

특성

적용 대상