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

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

    Parameters

    index
    item
    cancellationToken
    See Also