Share via


IUITableViewDragDelegate.DragSessionDidEnd Method

Definition

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

[Foundation.Export("tableView:dragSessionDidEnd:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DragSessionDidEnd(UIKit.UITableView tableView, UIKit.IUIDragSession session);
[<Foundation.Export("tableView:dragSessionDidEnd:")>]
[<Foundation.OptionalMember>]
[<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.

Attributes

Applies to