Share via


UITableViewDragDelegate.DragSessionDidEnd(UITableView, IUIDragSession) Method

Definition

Method that is called when the user cancels or completes the drag session.

[Foundation.Export("tableView:dragSessionDidEnd:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DragSessionDidEnd(UIKit.UITableView tableView, UIKit.IUIDragSession session);
[<Foundation.Export("tableView:dragSessionDidEnd:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DragSessionDidEnd : UIKit.UITableView * UIKit.IUIDragSession -> unit
override this.DragSessionDidEnd : UIKit.UITableView * UIKit.IUIDragSession -> unit

Parameters

tableView
UITableView

The originating table view.

session
IUIDragSession

The session that ended.

Implements

Attributes

Applies to