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
 

Parameters

targetIndexPaths
targetPosition
previousIndexPaths
previousPosition
See Also