Share via


DesignerActionListsChangedEventArgs.ActionLists Propiedad

Definición

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.

Se aplica a

Consulte también