FlexReport for WinForms
CollectionAction 列挙体


C1.Document アセンブリ > C1.Document 名前空間 : CollectionAction 列挙体
Describes the action that caused a INotifyCollection.CollectionChanging or INotifyCollection.CollectionChanged events.
シンタックス
'宣言
 
Public Enum CollectionAction 
   Inherits System.Enum
'使用法
 
Dim instance As CollectionAction
public enum CollectionAction : System.Enum 
メンバ
メンバ解説
Clear
Collection cleared.
Insert
Item added to the collection.
Remove
Item removed from the collection.
Set
Items replaced in the collection.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Document.CollectionAction

参照

参照

C1.Document 名前空間