DesignerActionListsChangedEventArgs::ActionLists Property
.NET Framework (current version)
Gets the collection of DesignerActionList objects associated with this event.
Assembly: System.Design (in System.Design.dll)
public: property DesignerActionListCollection^ ActionLists { DesignerActionListCollection^ get(); }
Property Value
Type: System.ComponentModel.Design::DesignerActionListCollection^A DesignerActionListCollection that represents the current state of the collection.
The retrieved DesignerActionListCollection represents the state of the collection after the event, which involved adding or removing an element, has been applied.
.NET Framework
Available since 2.0
Available since 2.0
Show: