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

结束的会话。

适用于