IUICollectionViewDragDelegate.GetItemsForBeginningDragSession Method

Definition

Returns the items that were used to begin the drag operation, if present.

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

Attributes

Applies to