DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1BindingListDataCollection Class / MoveAsync Method

In This Topic
    MoveAsync Method (C1BindingListDataCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function MoveAsync( _
       ByVal fromIndex As Integer, _
       ByVal toIndex As Integer, _
       ByVal cancellationToken As CancellationToken _
    ) As Task
    public Task MoveAsync( 
       int fromIndex,
       int toIndex,
       CancellationToken cancellationToken
    )

    Parameters

    fromIndex
    toIndex
    cancellationToken
    See Also