IUITableViewDragDelegate.GetItemsForBeginningDragSession Method

Definition

Returns a list of any items that are present at the beginning of a drag session.

[Foundation.Export("tableView:itemsForBeginningDragSession:atIndexPath:")]
[Foundation.Preserve(Conditional=true)]
public 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

Attributes

Applies to