ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ICollectionViewEx Class / RefreshAsync<T> Method
The collection view.

In This Topic
    RefreshAsync<T> Method (ICollectionViewEx)
    In This Topic
    Refreshes the collection view.
    Syntax
    'Declaration
     
    Public Shared Function RefreshAsync(Of T As Class)( _
       ByVal collectionView As ICollectionView(Of T) _
    ) As System.Threading.Tasks.Task
    public static System.Threading.Tasks.Task RefreshAsync<T>( 
       ICollectionView<T> collectionView
    )
    where T: class

    Parameters

    collectionView
    The collection view.

    Type Parameters

    T
    See Also