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