UITableViewDropDelegate_Extensions.DropSessionDidExit Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method that is called when the drop point leaves the table view.
public static void DropSessionDidExit (this UIKit.IUITableViewDropDelegate This, UIKit.UITableView tableView, UIKit.IUIDropSession session);
static member DropSessionDidExit : UIKit.IUITableViewDropDelegate * UIKit.UITableView * UIKit.IUIDropSession -> unit
Parameters
The instance on which this extension method operates.
- tableView
- UITableView
The view that was tracking the operation.
- session
- IUIDropSession
The drop session that exited.