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

一或多個 DesignerActionList 物件已加入集合。

ActionListsRemoved 1

一或多個 DesignerActionList 物件已從集合中移除。

備註

列舉 DesignerActionListsChangedType 表示已從 物件的 Managed 集合 DesignerActionList 加入或移除專案。 這個列舉用於 DesignerActionListsChangedEventArgs 與 事件相關聯的 DesignerActionListsChanged 類別中。

注意

雖然 類別 DesignerActionListCollection 是 物件的集合 DesignerActionList ,但不會直接引發事件。 相反地,擁有會 DesignerActionService 引發 DesignerActionListsChanged 事件。

適用於

另請參閱