UITableViewDropDelegate.CanHandleDropSession 方法

定义

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

[Foundation.Export("tableView:canHandleDropSession:")]
public virtual bool CanHandleDropSession(UIKit.UITableView tableView, UIKit.IUIDropSession session);
abstract member CanHandleDropSession : UIKit.UITableView * UIKit.IUIDropSession -> bool
override this.CanHandleDropSession : UIKit.UITableView * UIKit.IUIDropSession -> bool

参数

tableView
UITableView

目标表视图。

session
IUIDropSession

删除会话。

返回

属性

适用于