다음을 통해 공유


UITableViewDelegate_Extensions.WillDeselectRow 메서드

정의

지정한 indexPath의 셀이 선택 취소됨을 나타냅니다.

public static Foundation.NSIndexPath WillDeselectRow (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member WillDeselectRow : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> Foundation.NSIndexPath

매개 변수

This
IUITableViewDelegate

이 확장 메서드가 작동하는 인스턴스입니다.

tableView
UITableView

관련된 테이블입니다.

indexPath
NSIndexPath

선택 해제할 행의 인덱스 경로입니다.

반환

적용 대상