DesignerActionListsChangedEventArgs.ActionLists Właściwość

Definicja

Pobiera kolekcję obiektów skojarzonych DesignerActionList z tym zdarzeniem.

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

Wartość właściwości

Element DesignerActionListCollection reprezentujący bieżący stan kolekcji.

Uwagi

Pobrany DesignerActionListCollection element reprezentuje stan kolekcji po zdarzeniu, które obejmowało dodanie lub usunięcie elementu, zostało zastosowane.

Dotyczy

Zobacz też