ASP.NET MVC Controls | ComponentOne
In This Topic
    NotifyCollectionChangedAction Enum
    In This Topic
    File
    wijmo.js
    Module
    wijmo.collections

    Describes the action that caused the collectionChanged event to fire.

    Members

    Name Value Description
    Add 0

    An item was added to the collection.

    Remove 1

    An item was removed from the collection.

    Change 2

    An item was changed or replaced.

    Reset 3

    Several items changed simultaneously (for example, the collection was sorted, filtered, or grouped).