DesignerActionListsChangedType 列挙型

定義

DesignerActionList オブジェクトのコレクションで発生する変更の種類を指定します。

public enum class DesignerActionListsChangedType
[System.Runtime.InteropServices.ComVisible(true)]
public enum DesignerActionListsChangedType
public enum DesignerActionListsChangedType
[<System.Runtime.InteropServices.ComVisible(true)>]
type DesignerActionListsChangedType = 
type DesignerActionListsChangedType = 
Public Enum DesignerActionListsChangedType
継承
DesignerActionListsChangedType
属性

フィールド

ActionListsAdded 0

1 つ以上の DesignerActionList オブジェクトがコレクションに追加されました。

ActionListsRemoved 1

1 つ以上の DesignerActionList オブジェクトがコレクションから削除されました。

注釈

列挙体は DesignerActionListsChangedType 、要素がオブジェクトのマネージド コレクション DesignerActionList に追加または削除されたことを示します。 この列挙体は、 イベントに DesignerActionListsChangedEventArgs 関連付けられている クラスで DesignerActionListsChanged 使用されます。

注意

DesignerActionListCollectionクラスはオブジェクトのDesignerActionListコレクションですが、イベントを直接発生させるわけではありません。 代わりに、所有によって DesignerActionService イベントが発生します DesignerActionListsChanged

適用対象

こちらもご覧ください