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 Для события параметр всегда будет ссылаться на Component объект , relatedObjectDesignerActionListCollection с которым связан объект .

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

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