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

In This Topic
    GetTargetIndexPathForInteractivelyMovingItem Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetTargetIndexPathForInteractivelyMovingItem( _
       ByVal previousIndexPath As Foundation.NSIndexPath, _
       ByVal position As CoreGraphics.CGPoint _
    ) As Foundation.NSIndexPath
    public virtual Foundation.NSIndexPath GetTargetIndexPathForInteractivelyMovingItem( 
       Foundation.NSIndexPath previousIndexPath,
       CoreGraphics.CGPoint position
    )

    Parameters

    previousIndexPath
    position
    See Also