共用方式為


UITableViewDropDelegate_Extensions.DropSessionDidEnter 方法

定義

當置放點進入資料表檢視時所呼叫的方法。

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

參數

This
IUITableViewDropDelegate

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

tableView
UITableView

卸載的目前目標。

session
IUIDropSession

輸入的卸載會話。

適用於