UITableViewDropDelegate_Extensions.DropSessionDidUpdate 方法

定义

当表视图上的放置点更改时调用的方法。

public static UIKit.UITableViewDropProposal DropSessionDidUpdate (this UIKit.IUITableViewDropDelegate This, UIKit.UITableView tableView, UIKit.IUIDropSession session, Foundation.NSIndexPath destinationIndexPath);
static member DropSessionDidUpdate : UIKit.IUITableViewDropDelegate * UIKit.UITableView * UIKit.IUIDropSession * Foundation.NSIndexPath -> UIKit.UITableViewDropProposal

参数

This
IUITableViewDropDelegate

此扩展方法操作的实例。

tableView
UITableView

当前放置目标。

session
IUIDropSession

删除会话。

destinationIndexPath
NSIndexPath

当前目标行的索引路径。 此参数可以为 。

返回

适用于