Share via


UITableViewDropDelegate_Extensions.DropSessionDidEnd Method

Definition

Method that is called when the drop session ends.

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

Parameters

tableView
UITableView

The original intended target table view.

session
IUIDropSession

The session that ended.

Attributes

Applies to