DesignerActionListsChangedEventArgs.ActionLists プロパティ

定義

このイベントに関連付けられている DesignerActionList オブジェクトのコレクションを取得します。

public:
 property System::ComponentModel::Design::DesignerActionListCollection ^ ActionLists { System::ComponentModel::Design::DesignerActionListCollection ^ get(); };
public System.ComponentModel.Design.DesignerActionListCollection ActionLists { get; }
public System.ComponentModel.Design.DesignerActionListCollection? ActionLists { get; }
member this.ActionLists : System.ComponentModel.Design.DesignerActionListCollection
Public ReadOnly Property ActionLists As DesignerActionListCollection

プロパティ値

コレクションの現在の状態を表す DesignerActionListCollection

注釈

取得された DesignerActionListCollection は、要素の追加または削除に関連するイベントが適用された後のコレクションの状態を表します。

適用対象

こちらもご覧ください