UITableViewDropDelegate_Extensions.DropSessionDidEnd(IUITableViewDropDelegate, UITableView, IUIDropSession) Method
Definition
Method that is called when the drop session ends.
public static void DropSessionDidEnd (this UIKit.IUITableViewDropDelegate This, UIKit.UITableView tableView, UIKit.IUIDropSession session);
static member DropSessionDidEnd : UIKit.IUITableViewDropDelegate * UIKit.UITableView * UIKit.IUIDropSession -> unit
Parameters
The instance on which this extension method operates.
- tableView
- UITableView
The original intended target table view.
- session
- IUIDropSession
The session that ended.