DesignerActionUIStateChangeEventArgs 建構函式

定義

初始化 DesignerActionUIStateChangeEventArgs 類別的新執行個體。

public:
 DesignerActionUIStateChangeEventArgs(System::Object ^ relatedObject, System::ComponentModel::Design::DesignerActionUIStateChangeType changeType);
public DesignerActionUIStateChangeEventArgs (object relatedObject, System.ComponentModel.Design.DesignerActionUIStateChangeType changeType);
new System.ComponentModel.Design.DesignerActionUIStateChangeEventArgs : obj * System.ComponentModel.Design.DesignerActionUIStateChangeType -> System.ComponentModel.Design.DesignerActionUIStateChangeEventArgs
Public Sub New (relatedObject As Object, changeType As DesignerActionUIStateChangeType)

參數

relatedObject
Object

與面板相關聯的物件。

changeType
DesignerActionUIStateChangeType

值,指定面板是否為顯示或隱藏狀態。

備註

DesignerActionListsChanged針對 事件,relatedObject參數一律會參考System.ComponentModel.Component與面板相關聯的 。

適用於

另請參閱