PDFView4NET WPF Edition
ChangeType Enumeration




O2S.Components.PDFView4NET Namespace : ChangeType Enumeration
Specify the available changes in a collection.
Syntax
'Declaration
 
Public Enum ChangeType 
   Inherits System.Enum
'Usage
 
Dim instance As ChangeType
public enum ChangeType : System.Enum 
__value public enum ChangeType : public System.Enum 
public enum class ChangeType : public System.Enum 
Members
MemberDescription
AddNew item has been added at the end of collection.
ClearCollection has been cleared.
InsertNew item has been inserted in the collection.
ItemUpdateExisting item has been updated.
MoveExisting item has been moved in the collection.
RemoveItem has been removed.
ReplaceItem has been replaced.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDFView4NET.ChangeType

Requirements

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

See Also

Reference

O2S.Components.PDFView4NET Namespace