ComponentOne Xamarin.Android
CanMove Method (ISupportEditing)


C1.CollectionView Assembly > C1.CollectionView Namespace > ISupportEditing Interface : CanMove Method
The original index.
The destination index.
Determines whether the item at fromIndex can be moved to toIndex.
Syntax
'Declaration
 
Function CanMove( _
   ByVal fromIndex As Integer, _
   ByVal toIndex As Integer _
) As Boolean
'Usage
 
Dim instance As ISupportEditing
Dim fromIndex As Integer
Dim toIndex As Integer
Dim value As Boolean
 
value = instance.CanMove(fromIndex, toIndex)
bool CanMove( 
   int fromIndex,
   int toIndex
)

Parameters

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

Reference

ISupportEditing Interface
ISupportEditing Members