[]
        
(Showing Draft Content)

C1.WPF.Document.CollectionAction

CollectionAction Enum

Describes the action that caused a CollectionChanging or CollectionChanged events.

Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
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.