'Declaration
Public Enum CollectionAction Inherits System.Enum
public enum CollectionAction : System.Enum
'Declaration
Public Enum CollectionAction Inherits System.Enum
public enum CollectionAction : System.Enum
Member | Value | Description |
---|---|---|
Added | 1 | An item was added to the collection. |
Cleared | 4 | The entire collection was cleared. |
NoChange | 0 | No changes were made. |
Removed | 2 | An item was removed from the collection. |
Updated | 3 | An item was updated in the collection. |
System.Object
System.ValueType
System.Enum
Gibraltar.Monitor.CollectionAction
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2