DesignerActionUIStateChangeEventArgs 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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與面板相關聯的 。