Share via


UITableViewDragDelegate.GetItemsForBeginningDragSession Method

Definition

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

[Foundation.Export("tableView:itemsForBeginningDragSession:atIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIDragItem[] GetItemsForBeginningDragSession(UIKit.UITableView tableView, UIKit.IUIDragSession session, Foundation.NSIndexPath indexPath);
[<Foundation.Export("tableView:itemsForBeginningDragSession:atIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetItemsForBeginningDragSession : UIKit.UITableView * UIKit.IUIDragSession * Foundation.NSIndexPath -> UIKit.UIDragItem[]
override this.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