DesignerActionListsChangedEventArgs.ActionLists Egenskap

Definition

Hämtar samlingen med DesignerActionList objekt som är associerade med den här händelsen.

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

Egenskapsvärde

En DesignerActionListCollection som representerar samlingens aktuella tillstånd.

Kommentarer

Den hämtade DesignerActionListCollection representerar samlingens tillstånd efter att händelsen, som innebar att lägga till eller ta bort ett element, har tillämpats.

Gäller för

Se även