UITableViewDropDelegate_Extensions.CanHandleDropSession 方法

定义

返回一个布尔值,该值指示表视图是否可以处理会话中数据的删除。

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

参数

This
IUITableViewDropDelegate

此扩展方法操作的实例。

tableView
UITableView

目标表视图。

session
IUIDropSession

删除会话。

返回

适用于