[]
        
(Showing Draft Content)

C1.Win.C1Preview.PagesChangeTypeEnum

PagesChangeTypeEnum Enum

Enumerates the types of changes to the PreviewPages collection (see PagesChangeEventArgs).

Namespace: C1.Win.C1Preview
Assembly: C1.Win.PrintPreview.8.dll
Syntax
public enum PagesChangeTypeEnum

Fields

Name Description
PageAdded

A page was added to the collection (not necessarily at the end).

PageAppended

A page was appended to the end of the collection.

PageChanged

A page in the collection was changed.

PageDeleted

A page was removed from the collection.

PageMoved

A page was moved from one position in the collection to another.

Reset

The collection was changed.