Share via


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

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

Platí pro

Viz také