public static NotifyCollectionChangedDeferralsAwaiter Create( System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList newItems, System.Collections.IList oldItems )
パラメータ
- action
- イベントの原因になったアクション。これは、System.Collections.Specialized.NotifyCollectionChangedAction.Replace にのみ設定できます。
- newItems
- 元の項目に置き換わる新しい項目
- oldItems
- 置き換えられる元の項目