UITableViewDropDelegate_Extensions.DropSessionDidEnter 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當置放點進入資料表檢視時所呼叫的方法。
public static void DropSessionDidEnter (this UIKit.IUITableViewDropDelegate This, UIKit.UITableView tableView, UIKit.IUIDropSession session);
static member DropSessionDidEnter : UIKit.IUITableViewDropDelegate * UIKit.UITableView * UIKit.IUIDropSession -> unit
參數
這個擴充方法運作所在的實例。
- tableView
- UITableView
卸載的目前目標。
- session
- IUIDropSession
輸入的卸載會話。