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

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

    Parameters

    fromIndex
    toIndex
    cancellationToken
    See Also