Describes the type of a change to a collection.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum EventCollectionChangeTypeEnum
Visual Basic
Public Enumeration EventCollectionChangeTypeEnum

Members

Member nameDescription
InsertItem Item is inserted.
SetItem Item is set (changed).
DeleteItem Item is deleted.
Reset Collection is cleared.

See Also