다음을 통해 공유


UITableViewController.WillDeselectRow(UITableView, NSIndexPath) 메서드

정의

행이 선택 취소될 예정임을 나타냅니다.

[Foundation.Export("tableView:willDeselectRowAtIndexPath:")]
public virtual Foundation.NSIndexPath WillDeselectRow (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member WillDeselectRow : UIKit.UITableView * Foundation.NSIndexPath -> Foundation.NSIndexPath
override this.WillDeselectRow : UIKit.UITableView * Foundation.NSIndexPath -> Foundation.NSIndexPath

매개 변수

tableView
UITableView
indexPath
NSIndexPath

반환

특성

적용 대상