'DeclarationPublic Enum ChangeType Inherits System.Enum
'UsageDim instance As ChangeType
public enum ChangeType : System.Enum
__value public enum ChangeType : public System.Enum
public enum class ChangeType : public System.Enum
'DeclarationPublic Enum ChangeType Inherits System.Enum
'UsageDim instance As ChangeType
public enum ChangeType : System.Enum
__value public enum ChangeType : public System.Enum
public enum class ChangeType : public System.Enum
| Member | Description |
|---|---|
| Add | New item has been added at the end of collection. |
| Clear | Collection has been cleared. |
| Insert | New item has been inserted in the collection. |
| ItemUpdate | Existing item has been updated. |
| Move | Existing item has been moved in the collection. |
| Remove | Item has been removed. |
| Replace | Item has been replaced. |
System.Object
System.ValueType
System.Enum
O2S.Components.PDFView4NET.ChangeType
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