Share via


UICollectionViewDelegate_Extensions.GetTargetIndexPathForMoveOfItemFromOriginalIndexPath Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSIndexPath GetTargetIndexPathForMoveOfItemFromOriginalIndexPath(this UIKit.IUICollectionViewDelegate This, UIKit.UICollectionView collectionView, Foundation.NSIndexPath originalIndexPath, Foundation.NSIndexPath currentIndexPath, Foundation.NSIndexPath proposedIndexPath);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetTargetIndexPathForMoveOfItemFromOriginalIndexPath : UIKit.IUICollectionViewDelegate * UIKit.UICollectionView * Foundation.NSIndexPath * Foundation.NSIndexPath * Foundation.NSIndexPath -> Foundation.NSIndexPath

Parameters

collectionView
UICollectionView
originalIndexPath
NSIndexPath
currentIndexPath
NSIndexPath
proposedIndexPath
NSIndexPath

Returns

Attributes

Applies to