DesignerActionListsChangedEventArgs.ActionLists Vlastnost

Definice

Získá kolekci objektů přidružených DesignerActionList k této události.

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

Hodnota vlastnosti

A DesignerActionListCollection , který představuje aktuální stav kolekce.

Poznámky

DesignerActionListCollection Načtení představuje stav kolekce po události, která zahrnovala přidání nebo odebrání prvku, byl použit.

Platí pro

Viz také