Share via


UITableViewDropDelegate_Extensions.DropSessionDidExit Method

Definition

Method that is called when the drop point leaves the table view.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DropSessionDidExit(this UIKit.IUITableViewDropDelegate This, UIKit.UITableView tableView, UIKit.IUIDropSession session);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DropSessionDidExit : UIKit.IUITableViewDropDelegate * UIKit.UITableView * UIKit.IUIDropSession -> unit

Parameters

tableView
UITableView

The view that was tracking the operation.

session
IUIDropSession

The drop session that exited.

Attributes

Applies to