Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / PagesChangeTypeEnum Enumeration

In This Topic
    PagesChangeTypeEnum Enumeration
    In This Topic
    Enumerates the types of changes to the PreviewPages collection (see PagesChangeEventArgs).
    Syntax
    'Declaration
     
    Public Enum PagesChangeTypeEnum 
       Inherits System.Enum
    public enum PagesChangeTypeEnum : System.Enum 
    Members
    MemberDescription
    PageAddedA page was added to the collection (not necessarily at the end).
    PageAppendedA page was appended to the end of the collection.
    PageChangedA page in the collection was changed.
    PageDeletedA page was removed from the collection.
    PageMovedA page was moved from one position in the collection to another.
    ResetThe collection was changed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Preview.PagesChangeTypeEnum

    See Also