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

输入的删除会话。

适用于