constructor(action?: NotifyCollectionChangedAction, item?: T, index?: number): NotifyCollectionChangedEventArgs
NotifyCollectionChangedEventArgsクラスの新しいインスタンスを初期化します。
Type of action that caused the event to fire.
Item that was added or changed.
Index of the item.
追加、削除、または変更された項目を取得します。
collectionChangedイベントのデータを提供します。