5.20231.904
wijmo.grid.immutable Enumeration DataChangeAction Wijmo API Enumeration

DataChangeAction Enumeration

Describes the action that caused the ImmutabilityProvider.dataChanged event to fire.

Enumeration members

Enumeration members

Add

Add: = 0

An item was added to the collection.

Change

Change: = 2

Item properties was changed.

Remove

Remove: = 1

An item was removed from the collection.