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与之关联的参数。

适用于

另请参阅