'宣言 Public Enum PagesChangeTypeEnum Inherits System.Enum
'使用法 Dim instance As PagesChangeTypeEnum
public enum PagesChangeTypeEnum : System.Enum
'宣言 Public Enum PagesChangeTypeEnum Inherits System.Enum
'使用法 Dim instance As PagesChangeTypeEnum
public enum PagesChangeTypeEnum : System.Enum
| メンバ | 解説 |
|---|---|
| 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