UITableViewDragDelegate.GetItemsForBeginningDragSession Method

Definition

Adds the items at the index path to the initial set of drag items.

[Foundation.Export("tableView:itemsForBeginningDragSession:atIndexPath:")]
public abstract UIKit.UIDragItem[] GetItemsForBeginningDragSession (UIKit.UITableView tableView, UIKit.IUIDragSession session, Foundation.NSIndexPath indexPath);
abstract member GetItemsForBeginningDragSession : UIKit.UITableView * UIKit.IUIDragSession * Foundation.NSIndexPath -> 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 dragged row.

Returns

Implements

Attributes

Applies to