ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / NotifyCollectionChangedAsyncEventArgs Class / GetDeferral Method

In This Topic
    GetDeferral Method (NotifyCollectionChangedAsyncEventArgs)
    In This Topic
    Gets the deferral.
    Syntax
    'Declaration
     
    Public Function GetDeferral() As AsyncEventArgsDeferral
    public AsyncEventArgsDeferral GetDeferral()
    Remarks
    The event won't finish until all the deferrals call the comlete method.
    See Also