Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DesignerActionListsChangedEventArgs::ActionLists Property

 

Gets the collection of DesignerActionList objects associated with this event.

Namespace:   System.ComponentModel.Design
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
Return to top
Show:
© 2017 Microsoft