DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewFlowLayout Class / GetInvalidationContextForEndingInteractiveMovementOfItems Method

In This Topic
    GetInvalidationContextForEndingInteractiveMovementOfItems Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetInvalidationContextForEndingInteractiveMovementOfItems( _
       ByVal finalIndexPaths() As Foundation.NSIndexPath, _
       ByVal previousIndexPaths() As Foundation.NSIndexPath, _
       ByVal movementCancelled As Boolean _
    ) As UIKit.UICollectionViewLayoutInvalidationContext
    public virtual UIKit.UICollectionViewLayoutInvalidationContext GetInvalidationContextForEndingInteractiveMovementOfItems( 
       Foundation.NSIndexPath[] finalIndexPaths,
       Foundation.NSIndexPath[] previousIndexPaths,
       bool movementCancelled
    )

    Parameters

    finalIndexPaths
    previousIndexPaths
    movementCancelled
    See Also