PrintDocument for WinForms
EventCollectionChangeTypeEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : EventCollectionChangeTypeEnum 列挙体
Describes the type of a change to a collection.
シンタックス
'宣言
 
Public Enum EventCollectionChangeTypeEnum 
   Inherits System.Enum
'使用法
 
Dim instance As EventCollectionChangeTypeEnum
public enum EventCollectionChangeTypeEnum : System.Enum 
メンバ
メンバ解説
DeleteItemItem is deleted.
InsertItemItem is inserted.
ResetCollection is cleared.
SetItemItem is set (changed).
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.EventCollectionChangeTypeEnum

参照

C1.C1Preview 名前空間