UITableViewDragDelegate_Extensions.GetItemsForAddingToDragSession Method

Definition

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

public static UIKit.UIDragItem[] GetItemsForAddingToDragSession (this UIKit.IUITableViewDragDelegate This, UIKit.UITableView tableView, UIKit.IUIDragSession session, Foundation.NSIndexPath indexPath, CoreGraphics.CGPoint point);
static member GetItemsForAddingToDragSession : UIKit.IUITableViewDragDelegate * UIKit.UITableView * UIKit.IUIDragSession * Foundation.NSIndexPath * CoreGraphics.CGPoint -> UIKit.UIDragItem[]

Parameters

This
IUITableViewDragDelegate

The instance on which this extension method operates.

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

Applies to