[]
Enumerates the types of changes to the PreviewPages collection (see PagesChangeEventArgs).
public enum PagesChangeTypeEnum
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. |