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