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

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

    Parameters

    index
    item
    cancellationToken
    See Also