DesignerActionListsChangedEventArgs.ActionLists 屬性

定義

取得與這個事件相關聯的 DesignerActionList 物件集合。

public:
 property System::ComponentModel::Design::DesignerActionListCollection ^ ActionLists { System::ComponentModel::Design::DesignerActionListCollection ^ get(); };
public System.ComponentModel.Design.DesignerActionListCollection ActionLists { get; }
public System.ComponentModel.Design.DesignerActionListCollection? ActionLists { get; }
member this.ActionLists : System.ComponentModel.Design.DesignerActionListCollection
Public ReadOnly Property ActionLists As DesignerActionListCollection

屬性值

DesignerActionListCollection,表示集合的目前狀態。

備註

DesignerActionListCollection已擷取代表已套用事件之後集合的狀態,而該事件涉及加入或移除專案。

適用於

另請參閱