Comparteix a través de


DesignerActionListsChangedEventArgs.ActionLists Propiedad

Definición

Obtiene la colección de DesignerActionList objetos 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

que DesignerActionListCollection 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