UITableViewDragDelegate.GetItemsForAddingToDragSession Method

Definition

Adds the items at the index path to the drag session.

[Foundation.Export("tableView:itemsForAddingToDragSession:atIndexPath:point:")]
public virtual UIKit.UIDragItem[] GetItemsForAddingToDragSession (UIKit.UITableView tableView, UIKit.IUIDragSession session, Foundation.NSIndexPath indexPath, CoreGraphics.CGPoint point);
abstract member GetItemsForAddingToDragSession : UIKit.UITableView * UIKit.IUIDragSession * Foundation.NSIndexPath * CoreGraphics.CGPoint -> UIKit.UIDragItem[]
override this.GetItemsForAddingToDragSession : UIKit.UITableView * UIKit.IUIDragSession * Foundation.NSIndexPath * CoreGraphics.CGPoint -> UIKit.UIDragItem[]

Parameters

tableView
UITableView

The originating table view.

session
IUIDragSession

The session to which to add the items.

indexPath
NSIndexPath

The index path to the added row.

point
CGPoint

The point, in the table view's coordinate system, of the user's touch.

Returns

Attributes

Applies to