Compartir a través de


UICollectionViewLayout.GetInvalidationContextForEndingInteractiveMovementOfItems Método

Definición

Devuelve un contexto de validación para los elementos movidos.

[Foundation.Export("invalidationContextForEndingInteractiveMovementOfItemsToFinalIndexPaths:previousIndexPaths:movementCancelled:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UICollectionViewLayoutInvalidationContext GetInvalidationContextForEndingInteractiveMovementOfItems (Foundation.NSIndexPath[] finalIndexPaths, Foundation.NSIndexPath[] previousIndexPaths, bool movementCancelled);
abstract member GetInvalidationContextForEndingInteractiveMovementOfItems : Foundation.NSIndexPath[] * Foundation.NSIndexPath[] * bool -> UIKit.UICollectionViewLayoutInvalidationContext
override this.GetInvalidationContextForEndingInteractiveMovementOfItems : Foundation.NSIndexPath[] * Foundation.NSIndexPath[] * bool -> UIKit.UICollectionViewLayoutInvalidationContext

Parámetros

finalIndexPaths
NSIndexPath[]
previousIndexPaths
NSIndexPath[]
movementCancelled
Boolean

Devoluciones

Atributos

Se aplica a