NotifyCollectionChangedEventArgs Class

File
wijmo.js
Module
wijmo.collections
Base Class
EventArgs
Show
   

Provides data for the collectionChanged event.

Constructor

Properties

Events

Constructor

constructor

constructor(action?: NotifyCollectionChangedAction, item?, index?: number): NotifyCollectionChangedEventArgs

Initializes a new instance of the NotifyCollectionChangedEventArgs class.

Parameters
Returns
NotifyCollectionChangedEventArgs

Properties

action

Gets the action that caused the event to fire.

Type
NotifyCollectionChangedAction

index

Gets the index at which the change occurred.

Type
number

item

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

Type
any

Static reset

Provides a reset notification.

Type
NotifyCollectionChangedEventArgs

Events

Static empty

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

Inherited From
EventArgs
Arguments
EventArgs