'Declaration
Public Overloads Shared Function Create( _ ByVal action As NotifyCollectionChangedAction _ ) As NotifyCollectionChangedDeferralsAwaiter
'Usage
Dim action As NotifyCollectionChangedAction Dim value As NotifyCollectionChangedDeferralsAwaiter value = NotifyCollectionChangedAsyncEventArgs.Create(action)
public static NotifyCollectionChangedDeferralsAwaiter Create( NotifyCollectionChangedAction action )
Parameters
- action
- The action that caused the event. This must be set to System.Collections.Specialized.NotifyCollectionChangedAction.Reset.