DesignerActionListsChangedEventArgs.ActionLists Propriété

Définition

Obtient la collection d’objets DesignerActionList associés à cet événement.

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

Valeur de propriété

Qui DesignerActionListCollection représente l’état actuel de la collection.

Remarques

L’élément récupéré DesignerActionListCollection représente l’état de la collection après l’événement, qui a impliqué l’ajout ou la suppression d’un élément, a été appliqué.

S’applique à

Voir aussi