UITableViewDragDelegate.DragSessionDidEnd(UITableView, IUIDragSession) Method

Definition

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

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