ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ISupportEditing Interface / CanMove Method
The original index.
The destination index.

In This Topic
    CanMove Method (ISupportEditing)
    In This Topic
    Determines whether the item at fromIndex can be moved to toIndex.
    Syntax
    'Declaration
     
    Function CanMove( _
       ByVal fromIndex As System.Integer, _
       ByVal toIndex As System.Integer _
    ) As System.Boolean
    System.bool CanMove( 
       System.int fromIndex,
       System.int toIndex
    )

    Parameters

    fromIndex
    The original index.
    toIndex
    The destination index.
    See Also