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

In This Topic
    GetInvalidationContextForInteractivelyMovingItems Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetInvalidationContextForInteractivelyMovingItems( _
       ByVal targetIndexPaths() As Foundation.NSIndexPath, _
       ByVal targetPosition As CoreGraphics.CGPoint, _
       ByVal previousIndexPaths() As Foundation.NSIndexPath, _
       ByVal previousPosition As CoreGraphics.CGPoint _
    ) As UIKit.UICollectionViewLayoutInvalidationContext
    public virtual UIKit.UICollectionViewLayoutInvalidationContext GetInvalidationContextForInteractivelyMovingItems( 
       Foundation.NSIndexPath[] targetIndexPaths,
       CoreGraphics.CGPoint targetPosition,
       Foundation.NSIndexPath[] previousIndexPaths,
       CoreGraphics.CGPoint previousPosition
    )

    Parameters

    targetIndexPaths
    targetPosition
    previousIndexPaths
    previousPosition
    See Also