DesignerActionListsChangedEventArgs.ActionLists Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
DesignerActionListCollection représentant l'état actuel de la collection.
Remarques
Le récupéré DesignerActionListCollection représente l’état de la collection après l’application de l’événement, qui impliquait l’ajout ou la suppression d’un élément.