5.20231.904
wijmo Class NotifyCollectionChangedEventArgs Wijmo API Class

NotifyCollectionChangedEventArgs Class

Provides data for the INotifyCollectionChanged.collectionChanged event.

Type parameters

  • T

Heirarchy

Constructors

Properties

Constructors

constructor

Properties

action

Gets the action that caused the event to fire.

index

index: number

Gets the index at which the change occurred.

item

item: T

Gets the item that was added, removed, or changed.

Static empty

empty: EventArgs

Provides a value to use with events that do not have event data.

Static reset

Provides a reset notification.