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