共用方式為


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

目前目標資料列的索引路徑。 這個參數可以是 。

傳回

適用於