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

适用于

另请参阅