[]
        
(Showing Draft Content)

C1.Document.CollectionAction

CollectionAction Enum

Describes the action that caused a CollectionChanging or CollectionChanged events.

Namespace: C1.Document
Assembly: C1.Document.4.6.2.dll
Syntax
public enum CollectionAction
Public Enum CollectionAction

Fields

Name Description
Clear

Collection cleared.

Insert

Item added to the collection.

Remove

Item removed from the collection.

Set

Items replaced in the collection.