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

In This Topic
    RefreshAsync Method
    In This Topic
    Syntax
    'Declaration
     
    
    <AsyncStateMachineAttribute(C1.DataCollection.C1WrapDataCollection`2/d__71)> 
    Public Function RefreshAsync( _ 
       Optional ByVal cancellationToken As CancellationToken _ 
    ) As Task
    [AsyncStateMachine(C1.DataCollection.C1WrapDataCollection`2/d__71)] 
    public Task RefreshAsync( 
       CancellationToken cancellationToken 
    )

    Parameters

    cancellationToken
    See Also