[]
        
(Showing Draft Content)

C1.WPF.DataCollection.C1CollectionViewDataCollection.MoveAsync

MoveAsync Method

MoveAsync(int, int, CancellationToken)

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