DesignerActionListsChangedEventArgs.ActionLists Свойство

Определение

Возвращает коллекцию объектов, DesignerActionList связанных с этим событием.

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

Значение свойства

Объект, DesignerActionListCollection представляющий текущее состояние коллекции.

Комментарии

Извлекаемый DesignerActionListCollection представляет состояние коллекции после применения события, которое включало добавление или удаление элемента.

Применяется к

См. также раздел