constructor(action?: NotifyCollectionChangedAction, item?: T, index?: number): NotifyCollectionChangedEventArgs
Initializes a new instance of the NotifyCollectionChangedEventArgs class.
Type of action that caused the event to fire.
Item that was added or changed.
Index of the item.
Gets the item that was added, removed, or changed.
Provides data for the collectionChanged event.