'Declaration Public Enum PagesChangeTypeEnum Inherits System.Enum
public enum PagesChangeTypeEnum : System.Enum
'Declaration Public Enum PagesChangeTypeEnum Inherits System.Enum
public enum PagesChangeTypeEnum : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Win.C1Preview.PagesChangeTypeEnum