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 與相關聯的 。

適用於

另請參閱