次の方法で共有


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

適用対象

こちらもご覧ください