[]
        
(Showing Draft Content)

C1.DataCollection.NotifyCollectionChangedEventArgsEx.GetDeferral

GetDeferral Method

GetDeferral(NotifyCollectionChangedEventArgs)

Gets a deferral object that allows blocking the object that raised the event asynchronously.

Declaration
public static AsyncEventArgsDeferral GetDeferral(this NotifyCollectionChangedEventArgs args)
Parameters
Type Name Description
NotifyCollectionChangedEventArgs args

The event arguments object.

Returns
Type Description
AsyncEventArgsDeferral