ASP.NET MVC Controls
NotifyCollectionChangedEventArgs Class
File
wijmo.js
Module
wijmo.collections
Base Class
EventArgs

Provides data for the collectionChanged event.

Constructor

Properties

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

Static empty

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

Inherited From
EventArgs
Type
EventArgs

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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback