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