Client-Side API Reference > CollectionView > NotifyCollectionChangedEventArgs Class |
constructor(action?: NotifyCollectionChangedAction, item?, 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.
Provides a value to use with events that do not have event data.
Gets the item that was added, removed, or changed.
Provides data for the collectionChanged event.