[]
        
(Showing Draft Content)

C1.LiveLinq.SourceChangeType

SourceChangeType Enum

Describes a change occurring in a collection.

Namespace: C1.LiveLinq
Assembly: C1.LiveLinq.4.8.dll
Syntax
public enum SourceChangeType

Fields

Name Description
Add

An item is added to the collection.

Modify

At least one of the properties of an item has changed its value.

Remove

An item is removed from the collection.

Reset

Multiple items have changed in the collection. Indexes must be rebuilt.

Extension Methods