public static NotifyCollectionChangedDeferralsAwaiter Create( System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems, System.int index, System.int oldIndex )
パラメータ
- action
- イベントの原因になったアクション。これは、System.Collections.Specialized.NotifyCollectionChangedAction.Move にのみ設定できます。
- changedItems
- 変更の影響を受ける項目
- index
- 変更される項目の新しいインデックス
- oldIndex
- 変更される項目の古いインデックス