DesignerActionListsChangedEventArgsとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > DesignerActionListsChangedEventArgsの意味・解説 

DesignerActionListsChangedEventArgs クラス

メモ : このクラスは、.NET Framework version 2.0新しく追加されたものです。

DesignerActionListsChanged イベントデータ提供します

名前空間: System.ComponentModel.Design
アセンブリ: System.Design (system.design.dll 内)
構文構文

Public Class DesignerActionListsChangedEventArgs
    Inherits EventArgs
Dim instance As DesignerActionListsChangedEventArgs
public class DesignerActionListsChangedEventArgs
 : EventArgs
public ref class DesignerActionListsChangedEventArgs
 : public EventArgs
public class DesignerActionListsChangedEventArgs
 extends EventArgs
public class DesignerActionListsChangedEventArgs
 extends EventArgs
解説解説

DesignerActionListsChanged イベントは、DesignerActionList がこのようなリスト管理されているコレクション追加されたとき、または削除されたときに発生します。このイベントは、個別リスト要素の値が変化したような場合には発生しません。

DesignerActionListsChanged イベントは、Remove, Add メソッドおよび Clear メソッド実行されたときに、DesignerActionService クラスによって生成されます。

継承階層継承階層
System.Object
   System.EventArgs
    System.ComponentModel.Design.DesignerActionListsChangedEventArgs
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DesignerActionListsChangedEventArgs メンバ
System.ComponentModel.Design 名前空間
DesignerActionListsChangedEventHandler
DesignerActionListsChanged
DesignerActionService
DesignerActionListCollection クラス
その他の技術情報
Windows フォームデザイナ コマンドと DesignerAction オブジェクト モデル

DesignerActionListsChangedEventArgs コンストラクタ

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

DesignerActionListsChangedEventArgs クラス新しインスタンス初期化します。

名前空間: System.ComponentModel.Design
アセンブリ: System.Design (system.design.dll 内)
構文構文

Public Sub New ( _
    relatedObject As Object, _
    changeType As DesignerActionListsChangedType, _
    actionLists As DesignerActionListCollection _
)
Dim relatedObject As Object
Dim changeType As DesignerActionListsChangedType
Dim actionLists As DesignerActionListCollection

Dim instance As New DesignerActionListsChangedEventArgs(relatedObject,
 changeType, actionLists)
public DesignerActionListsChangedEventArgs (
    Object relatedObject,
    DesignerActionListsChangedType changeType,
    DesignerActionListCollection actionLists
)
public:
DesignerActionListsChangedEventArgs (
    Object^ relatedObject, 
    DesignerActionListsChangedType changeType, 
    DesignerActionListCollection^ actionLists
)
public DesignerActionListsChangedEventArgs (
    Object relatedObject, 
    DesignerActionListsChangedType changeType, 
    DesignerActionListCollection actionLists
)
public function DesignerActionListsChangedEventArgs
 (
    relatedObject : Object, 
    changeType : DesignerActionListsChangedType, 
    actionLists : DesignerActionListCollection
)

パラメータ

relatedObject

コレクション関連付けられたオブジェクト

changeType

DesignerActionList がコレクション追加されたのか、またはコレクションから削除されたのかを指定する値。

actionLists

アクション適用された後のリスト要素コレクション

解説解説

DesignerActionListsChanged イベント場合relatedObject パラメータは、DesignerActionListCollection が関連付けられている Component を常に参照します。

.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DesignerActionListsChangedEventArgs クラス
DesignerActionListsChangedEventArgs メンバ
System.ComponentModel.Design 名前空間
DesignerActionListCollection クラス
ActionLists
ChangeType
RelatedObject
その他の技術情報
Windows フォームデザイナ コマンドと DesignerAction オブジェクト モデル

DesignerActionListsChangedEventArgs プロパティ


パブリック プロパティパブリック プロパティ

  名前 説明
パブリック プロパティ ActionLists このイベント関連付けられている DesignerActionList オブジェクトコレクション取得します
パブリック プロパティ ChangeType 要素DesignerActionList オブジェクトコレクション追加されたのか、またはコレクションから削除されたのかを示すフラグ取得します
パブリック プロパティ RelatedObject DesignerActionList オブジェクトコレクション関連付けられたオブジェクト取得します
参照参照

関連項目

DesignerActionListsChangedEventArgs クラス
System.ComponentModel.Design 名前空間
DesignerActionListsChangedEventHandler
DesignerActionListsChanged
DesignerActionService
DesignerActionListCollection クラス

その他の技術情報

Windows フォームデザイナ コマンドと DesignerAction オブジェクト モデル

DesignerActionListsChangedEventArgs メソッド


パブリック メソッドパブリック メソッド

プロテクト メソッドプロテクト メソッド
参照参照

関連項目

DesignerActionListsChangedEventArgs クラス
System.ComponentModel.Design 名前空間
DesignerActionListsChangedEventHandler
DesignerActionListsChanged
DesignerActionService
DesignerActionListCollection クラス

その他の技術情報

Windows フォームデザイナ コマンドと DesignerAction オブジェクト モデル

DesignerActionListsChangedEventArgs メンバ

DesignerActionListsChanged イベントデータ提供します

DesignerActionListsChangedEventArgs データ型公開されるメンバを以下の表に示します


パブリック コンストラクタパブリック コンストラクタ
  名前 説明
パブリック メソッド DesignerActionListsChangedEventArgs DesignerActionListsChangedEventArgs クラス新しインスタンス初期化します。
パブリック プロパティパブリック プロパティ
  名前 説明
パブリック プロパティ ActionLists このイベント関連付けられている DesignerActionList オブジェクトコレクション取得します
パブリック プロパティ ChangeType 要素DesignerActionList オブジェクトコレクション追加されたのか、またはコレクションから削除されたのかを示すフラグ取得します
パブリック プロパティ RelatedObject DesignerActionList オブジェクトコレクション関連付けられたオブジェクト取得します
パブリック メソッドパブリック メソッド
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

DesignerActionListsChangedEventArgs クラス
System.ComponentModel.Design 名前空間
DesignerActionListsChangedEventHandler
DesignerActionListsChanged
DesignerActionService
DesignerActionListCollection クラス

その他の技術情報

Windows フォームデザイナ コマンドと DesignerAction オブジェクト モデル


このページでは「.NET Framework クラス ライブラリ リファレンス」からDesignerActionListsChangedEventArgsを検索した結果を表示しています。
Weblioに収録されているすべての辞書からDesignerActionListsChangedEventArgsを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からDesignerActionListsChangedEventArgs を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「DesignerActionListsChangedEventArgs」の関連用語

DesignerActionListsChangedEventArgsのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



DesignerActionListsChangedEventArgsのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS