'Declaration Public Overloads Shared Function Create( _ ByVal action As NotifyCollectionChangedAction, _ ByVal changedItems As IList, _ ByVal cancellationToken As CancellationToken _ ) As NotifyCollectionChangedDeferralsAwaiter
public static NotifyCollectionChangedDeferralsAwaiter Create( NotifyCollectionChangedAction action, IList changedItems, CancellationToken cancellationToken )
Parameters
- action
- The action that caused the event. This can be set to System.Collections.Specialized.NotifyCollectionChangedAction.Reset, System.Collections.Specialized.NotifyCollectionChangedAction.Add, or System.Collections.Specialized.NotifyCollectionChangedAction.Remove.
- changedItems
- The items that are affected by the change.
- cancellationToken
- The cancellation token.