共用方式為


UITableViewDropDelegate_Extensions.DropSessionDidEnd 方法

定義

卸載會話結束時所呼叫的方法。

public static void DropSessionDidEnd (this UIKit.IUITableViewDropDelegate This, UIKit.UITableView tableView, UIKit.IUIDropSession session);
static member DropSessionDidEnd : UIKit.IUITableViewDropDelegate * UIKit.UITableView * UIKit.IUIDropSession -> unit

參數

This
IUITableViewDropDelegate

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

tableView
UITableView

原始的目標資料表檢視。

session
IUIDropSession

結束的會話。

適用於