UITableViewDropDelegate_Extensions.DropSessionDidUpdate 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当表视图上的放置点更改时调用的方法。
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
参数
此扩展方法操作的实例。
- tableView
- UITableView
当前放置目标。
- session
- IUIDropSession
删除会话。
- destinationIndexPath
- NSIndexPath
当前目标行的索引路径。 此参数可以为 。