共用方式為


UITableViewDelegate_Extensions.RowDeselected 方法

定義

表示指定 indexPath 上的儲存格已取消選取。

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

參數

This
IUITableViewDelegate

這個擴充方法運作所在的 實例。

tableView
UITableView

包含資料列的資料表檢視。

indexPath
NSIndexPath

已取消選取之資料列的位置。

適用於