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

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

    Parameters

    fromIndex
    toIndex
    cancellationToken
    See Also