DesignerActionListsChangedEventArgs Конструктор

Определение

Инициализирует новый экземпляр класса DesignerActionListsChangedEventArgs.

public:
 DesignerActionListsChangedEventArgs(System::Object ^ relatedObject, System::ComponentModel::Design::DesignerActionListsChangedType changeType, System::ComponentModel::Design::DesignerActionListCollection ^ actionLists);
public DesignerActionListsChangedEventArgs(object relatedObject, System.ComponentModel.Design.DesignerActionListsChangedType changeType, System.ComponentModel.Design.DesignerActionListCollection actionLists);
public DesignerActionListsChangedEventArgs(object? relatedObject, System.ComponentModel.Design.DesignerActionListsChangedType changeType, System.ComponentModel.Design.DesignerActionListCollection? actionLists);
new System.ComponentModel.Design.DesignerActionListsChangedEventArgs : obj * System.ComponentModel.Design.DesignerActionListsChangedType * System.ComponentModel.Design.DesignerActionListCollection -> System.ComponentModel.Design.DesignerActionListsChangedEventArgs
Public Sub New (relatedObject As Object, changeType As DesignerActionListsChangedType, actionLists As DesignerActionListCollection)

Параметры

relatedObject
Object

Объект, связанный с коллекцией.

changeType
DesignerActionListsChangedType

Значение, указывающее, был ли DesignerActionList добавлен или удален из коллекции.

actionLists
DesignerActionListCollection

Коллекция элементов списка после применения действия.

Комментарии

DesignerActionListsChanged Для события relatedObject параметр всегда будет ссылаться на ComponentDesignerActionListCollection связанный параметр.

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

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