Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / NotifyCollectionChangedEventArgsEx Class / GetDeferral Method
The event arguments object.

In This Topic
    GetDeferral Method (NotifyCollectionChangedEventArgsEx)
    In This Topic
    Gets a deferral object that allows blocking the object that raised the event asynchronously.
    Syntax
    'Declaration
     
    
    Public Shared Function GetDeferral( _
       ByVal args As NotifyCollectionChangedEventArgs _
    ) As AsyncEventArgsDeferral

    Parameters

    args
    The event arguments object.
    See Also