PrintDocument for WinForms
PagesChangeTypeEnum 列挙体


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 : PagesChangeTypeEnum 列挙体
Enumerates the types of changes to the PreviewPages collection (see PagesChangeEventArgs).
シンタックス
'宣言
 
Public Enum PagesChangeTypeEnum 
   Inherits System.Enum
'使用法
 
Dim instance As PagesChangeTypeEnum
public enum PagesChangeTypeEnum : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.Win.C1Preview 名前空間