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

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

    Parameters

    index
    cancellationToken
    See Also