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
目前目標資料列的索引路徑。 這個參數可以是 。