Describes a change occurring in a collection.

Namespace:  C1.LiveLinq
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public enum SourceChangeType
Visual Basic
Public Enumeration SourceChangeType

Members

Member nameDescription
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.

See Also