UITableViewDropDelegate.DropSessionDidUpdate 方法

定义

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

[Foundation.Export("tableView:dropSessionDidUpdate:withDestinationIndexPath:")]
public virtual UIKit.UITableViewDropProposal DropSessionDidUpdate (UIKit.UITableView tableView, UIKit.IUIDropSession session, Foundation.NSIndexPath destinationIndexPath);
abstract member DropSessionDidUpdate : UIKit.UITableView * UIKit.IUIDropSession * Foundation.NSIndexPath -> UIKit.UITableViewDropProposal
override this.DropSessionDidUpdate : UIKit.UITableView * UIKit.IUIDropSession * Foundation.NSIndexPath -> UIKit.UITableViewDropProposal

参数

tableView
UITableView

当前放置目标。

session
IUIDropSession

删除会话。

destinationIndexPath
NSIndexPath

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

此参数可以为 null

返回

属性

适用于