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

一個指定 a DesignerActionList 是否被加入或移除的值。

actionLists
DesignerActionListCollection

在動作套用後,列表元素的集合。

備註

對於事件DesignerActionListsChanged,參數relatedObject總是會參考與 相關Component聯的 。DesignerActionListCollection

適用於

另請參閱