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 パラメーターは常に、DesignerActionListCollectionが関連付けられているComponentを参照します。