Document Library for WinForms
CollectionAction 列挙体

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 : CollectionAction 列挙体
Describes the action that caused a INotifyCollection.CollectionChanging or INotifyCollection.CollectionChanged events.
シンタックス
'宣言
 
Public Enum CollectionAction 
   Inherits System.Enum
public enum CollectionAction : System.Enum 
メンバ
メンバ解説
ClearCollection cleared.
InsertItem added to the collection.
RemoveItem removed from the collection.
SetItems replaced in the collection.
継承階層

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

参照

C1.Win.Document 名前空間