[]
        
(Showing Draft Content)

DataChangeAction 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.