DesignerActionListsChangedEventArgs コンストラクター

定義

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参照します。

適用対象

こちらもご覧ください