[]
        
(Showing Draft Content)

C1.WPF.DataCollection.C1CollectionViewDataCollection.MoveAsync

MoveAsync Method

MoveAsync(int, int, CancellationToken)

Declaration
public Task MoveAsync(int fromIndex, int toIndex, CancellationToken cancellationToken)
Public Function MoveAsync(fromIndex As Integer, toIndex As Integer, cancellationToken As CancellationToken) As Task
Parameters
Type Name Description
int fromIndex
int toIndex
CancellationToken cancellationToken
Returns
Type Description
Task