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参照します。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET