Condividi tramite


UICollectionViewDelegate.GetTargetIndexPathForMove Metodo

Definizione

Quando sottoposto a override, consente allo sviluppatore di modificare la posizione finale di un elemento spostato. Ad esempio, per impedire un passaggio a un determinato proposedIndexPath.)

[Foundation.Export("collectionView:targetIndexPathForMoveFromItemAtIndexPath:toProposedIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSIndexPath GetTargetIndexPathForMove (UIKit.UICollectionView collectionView, Foundation.NSIndexPath originalIndexPath, Foundation.NSIndexPath proposedIndexPath);
abstract member GetTargetIndexPathForMove : UIKit.UICollectionView * Foundation.NSIndexPath * Foundation.NSIndexPath -> Foundation.NSIndexPath
override this.GetTargetIndexPathForMove : UIKit.UICollectionView * Foundation.NSIndexPath * Foundation.NSIndexPath -> Foundation.NSIndexPath

Parametri

collectionView
UICollectionView

Visualizzazione raccolta che ha generato la richiesta.

originalIndexPath
NSIndexPath
proposedIndexPath
NSIndexPath

Restituisce

Attributi

Si applica a