'Declaration
Public Overloads Shared Function Create( _ ByVal action As NotifyCollectionChangedAction, _ ByVal changedItems As IList, _ ByVal startingIndex As Integer, _ ByVal cancellationToken As CancellationToken _ ) As NotifyCollectionChangedDeferralsAwaiter
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 affected by the change.
- startingIndex
- The index where the change occurred.
- cancellationToken
- The cancellation token.