UICollectionViewDragDelegate.GetItemsForBeginningDragSession Method

Definition

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

[Foundation.Export("collectionView:itemsForBeginningDragSession:atIndexPath:")]
public abstract UIKit.UIDragItem[] GetItemsForBeginningDragSession (UIKit.UICollectionView collectionView, UIKit.IUIDragSession session, Foundation.NSIndexPath indexPath);
abstract member GetItemsForBeginningDragSession : UIKit.UICollectionView * UIKit.IUIDragSession * Foundation.NSIndexPath -> UIKit.UIDragItem[]

Parameters

collectionView
UICollectionView

The originating collection view.

session
IUIDragSession

The drag session to which to add items.

indexPath
NSIndexPath

The index path to the item.

Returns

Implements

Attributes

Applies to