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

In This Topic
    ReplaceRangeAsync Method
    In This Topic
    Syntax
    'Declaration
     
    
    <AsyncStateMachineAttribute(C1.DataCollection.C1WrapDataCollection`2/d__108)> 
    Public Overridable Function ReplaceRangeAsync( _ 
       ByVal startingIndex As Integer, _ 
       ByVal items As IEnumerable(Of PropertyGroup), _ 
       Optional ByVal cancellationToken As CancellationToken _ 
    ) As Task
    [AsyncStateMachine(C1.DataCollection.C1WrapDataCollection`2/d__108)] 
    public virtual Task ReplaceRangeAsync( 
       int startingIndex, 
       IEnumerable<PropertyGroup> items, 
       CancellationToken cancellationToken 
    )

    Parameters

    startingIndex
    items
    cancellationToken
    See Also