UICollectionViewDropDelegate.GetDropPreviewParameters Method

Definition

Returns the drag preview parameters for the item at the specified index path.

[Foundation.Export("collectionView:dropPreviewParametersForItemAtIndexPath:")]
public virtual UIKit.UIDragPreviewParameters GetDropPreviewParameters (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member GetDropPreviewParameters : UIKit.UICollectionView * Foundation.NSIndexPath -> UIKit.UIDragPreviewParameters
override this.GetDropPreviewParameters : UIKit.UICollectionView * Foundation.NSIndexPath -> UIKit.UIDragPreviewParameters

Parameters

collectionView
UICollectionView

The originating collection view.

indexPath
NSIndexPath

Returns

Attributes

Applies to