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 的表示已应用事件后集合的状态(涉及添加或删除元素)。

适用于

另请参阅