ActiveDesignerEventArgs クラスとは? わかりやすく解説

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

ActiveDesignerEventArgs クラス

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

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

Public Class ActiveDesignerEventArgs
    Inherits EventArgs
Dim instance As ActiveDesignerEventArgs
public class ActiveDesignerEventArgs : EventArgs
public ref class ActiveDesignerEventArgs :
 public EventArgs
public class ActiveDesignerEventArgs extends
 EventArgs
public class ActiveDesignerEventArgs extends
 EventArgs
解説解説
使用例使用例

フォーカスを失うデザイナの IDesignerHost への指定した参照と、フォーカス取得するデザイナIDesignerHost への指定した参照含まれる ActiveDesignerEventArgs返すメソッドの例を次に示します

Public Function CreateActiveDesignerEventArgs(ByVal
 losingFocus As IDesignerHost, ByVal gainingFocus
 As IDesignerHost) As ActiveDesignerEventArgs
    Dim e As New ActiveDesignerEventArgs(losingFocus,
 gainingFocus)
    Return e
End Function
public ActiveDesignerEventArgs CreateActiveDesignerEventArgs(IDesignerHost
 losingFocus, IDesignerHost gainingFocus)
{
    ActiveDesignerEventArgs e = new ActiveDesignerEventArgs(losingFocus
,
 gainingFocus);
    return e;
}
ActiveDesignerEventArgs^ CreateActiveDesignerEventArgs( IDesignerHost^ losingFocus,
 IDesignerHost^ gainingFocus )
{
   ActiveDesignerEventArgs^ e = gcnew ActiveDesignerEventArgs( losingFocus, gainingFocus
 );
   return e;
}
public ActiveDesignerEventArgs CreateActiveDesignerEventArgs(
    IDesignerHost losingFocus, IDesignerHost gainingFocus)
{
    ActiveDesignerEventArgs e = new ActiveDesignerEventArgs(losingFocus
,
        gainingFocus);
    return e;
} //CreateActiveDesignerEventArgs
継承階層継承階層
System.Object
   System.EventArgs
    System.ComponentModel.Design.ActiveDesignerEventArgs
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ActiveDesignerEventArgs メンバ
System.ComponentModel.Design 名前空間
ActiveDesignerEventHandler
ActiveDesigner



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

辞書ショートカット

すべての辞書の索引

「ActiveDesignerEventArgs クラス」の関連用語

ActiveDesignerEventArgs クラスのお隣キーワード
検索ランキング

   

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



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

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

©2025 GRAS Group, Inc.RSS