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: