UICollectionViewLayout.GetInvalidationContextForEndingInteractiveMovementOfItems Method

Definition

Returns a validation context for the moved items.

[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

Parameters

finalIndexPaths
NSIndexPath[]
previousIndexPaths
NSIndexPath[]
movementCancelled
Boolean

Returns

Attributes

Applies to