DesignerActionListsChangedEventArgs.ActionLists Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene la colección de objetos DesignerActionList asociados a este evento.
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
Valor de propiedad
Objeto DesignerActionListCollection que representa el estado actual de la colección.
Comentarios
El objeto DesignerActionListCollection recuperado representa el estado de la colección después del evento , que implica agregar o quitar un elemento, se ha aplicado.