Share via


UICollectionViewSource.GetTargetIndexPathForMoveOfItemFromOriginalIndexPath Method

Definition

[Foundation.Export("collectionView:targetIndexPathForMoveOfItemFromOriginalIndexPath:atCurrentIndexPath:toProposedIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSIndexPath GetTargetIndexPathForMoveOfItemFromOriginalIndexPath(UIKit.UICollectionView collectionView, Foundation.NSIndexPath originalIndexPath, Foundation.NSIndexPath currentIndexPath, Foundation.NSIndexPath proposedIndexPath);
[<Foundation.Export("collectionView:targetIndexPathForMoveOfItemFromOriginalIndexPath:atCurrentIndexPath:toProposedIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetTargetIndexPathForMoveOfItemFromOriginalIndexPath : UIKit.UICollectionView * Foundation.NSIndexPath * Foundation.NSIndexPath * Foundation.NSIndexPath -> Foundation.NSIndexPath
override this.GetTargetIndexPathForMoveOfItemFromOriginalIndexPath : UIKit.UICollectionView * Foundation.NSIndexPath * Foundation.NSIndexPath * Foundation.NSIndexPath -> Foundation.NSIndexPath

Parameters

collectionView
UICollectionView
originalIndexPath
NSIndexPath
currentIndexPath
NSIndexPath
proposedIndexPath
NSIndexPath

Returns

Implements

Attributes

Applies to