PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridGroupsCollection Class / MoveRangeAsync Method

In This Topic
    MoveRangeAsync Method
    In This Topic
    Syntax
    'Declaration
     
    
    <AsyncStateMachineAttribute(C1.DataCollection.C1WrapDataCollection`2/d__112)> 
    Public Overridable Function MoveRangeAsync( _ 
       ByVal fromIndex As Integer, _ 
       ByVal count As Integer, _ 
       ByVal toIndex As Integer, _ 
       Optional ByVal cancellationToken As CancellationToken _ 
    ) As Task
    [AsyncStateMachine(C1.DataCollection.C1WrapDataCollection`2/d__112)] 
    public virtual Task MoveRangeAsync( 
       int fromIndex, 
       int count, 
       int toIndex, 
       CancellationToken cancellationToken 
    )

    Parameters

    fromIndex
    count
    toIndex
    cancellationToken
    See Also