Share via


UICollectionViewDropDelegate_Extensions.GetDropPreviewParameters Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIDragPreviewParameters? GetDropPreviewParameters(this UIKit.IUICollectionViewDropDelegate This, UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetDropPreviewParameters : UIKit.IUICollectionViewDropDelegate * UIKit.UICollectionView * Foundation.NSIndexPath -> UIKit.UIDragPreviewParameters

Parameters

collectionView
UICollectionView

The originating collection view.

indexPath
NSIndexPath

Returns

Attributes

Applies to