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

In This Topic
    LoadMoreItemsAsync Method
    In This Topic
    Syntax
    'Declaration
     
    
    <AsyncStateMachineAttribute(C1.DataCollection.C1WrapDataCollection`2/d__81)> 
    Public Function LoadMoreItemsAsync( _ 
       Optional ByVal count As Nullable(Of Integer), _ 
       Optional ByVal cancellationToken As CancellationToken _ 
    ) As Task
    [AsyncStateMachine(C1.DataCollection.C1WrapDataCollection`2/d__81)] 
    public Task LoadMoreItemsAsync( 
       Nullable<int> count, 
       CancellationToken cancellationToken 
    )

    Parameters

    count
    cancellationToken
    See Also