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

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

DesignerTransactionCloseEventArgs クラス

TransactionClosed イベントと TransactionClosing イベントデータ提供します

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

<ComVisibleAttribute(True)> _
Public Class DesignerTransactionCloseEventArgs
    Inherits EventArgs
Dim instance As DesignerTransactionCloseEventArgs
[ComVisibleAttribute(true)] 
public class DesignerTransactionCloseEventArgs
 : EventArgs
[ComVisibleAttribute(true)] 
public ref class DesignerTransactionCloseEventArgs
 : public EventArgs
/** @attribute ComVisibleAttribute(true) */ 
public class DesignerTransactionCloseEventArgs
 extends EventArgs
ComVisibleAttribute(true) 
public class DesignerTransactionCloseEventArgs
 extends EventArgs
解説解説
使用例使用例

DesignerTransactionCloseEventArgs作成するコード例次に示します

' This example method creates a DesignerTransactionCloseEventArgs using
 the specified argument.
' Typically, this type of event args is created by a design mode subsystem.
            
Public Function CreateDesignerTransactionCloseEventArgs(ByVal
 commit As Boolean) As
 DesignerTransactionCloseEventArgs

    ' Creates a component changed event args with the specified arguments.
    Dim args As New DesignerTransactionCloseEventArgs(commit,
 False)

    ' Whether the transaction has been committed:  args.TransactionCommitted

    Return args
End Function
// This example method creates a DesignerTransactionCloseEventArgs using
 the specified argument.
// Typically, this type of event args is created by a design mode subsystem.
            
public DesignerTransactionCloseEventArgs CreateDesignerTransactionCloseEventArgs(bool
 commit)
{            
    // Creates a component changed event args with the specified arguments.
    DesignerTransactionCloseEventArgs args = new DesignerTransactionCloseEventArgs(commit,
 false);

    // Whether the transaction has been committed:  args.TransactionCommitted
    
    return args;            
}
public:
   // This example method creates a DesignerTransactionCloseEventArgs using
 the specified argument.
   // Typically, this type of event args is created by a design mode
 subsystem.
   DesignerTransactionCloseEventArgs^ CreateDesignerTransactionCloseEventArgs( bool
 commit )
   {
      // Creates a component changed event args with the specified arguments.
      DesignerTransactionCloseEventArgs^ args = gcnew DesignerTransactionCloseEventArgs(
 commit );

      // Whether the transaction has been committed:  args.TransactionCommitted

      return args;
   }
// This example method creates a DesignerTransactionCloseEventArgs 
// using the specified argument.
// Typically, this type of event args is created by a design mode subsystem.
            
public DesignerTransactionCloseEventArgs 
    CreateDesignerTransactionCloseEventArgs(boolean commit)
{
    // Creates a component changed event args with the specified arguments.
    DesignerTransactionCloseEventArgs args 
        = new DesignerTransactionCloseEventArgs(commit);
    // Whether the transaction has been committed:  
    // args.TransactionCommitted
    return args;
} //CreateDesignerTransactionCloseEventArgs
.NET Framework のセキュリティ.NET Frameworkセキュリティ
継承階層継承階層
System.Object
   System.EventArgs
    System.ComponentModel.Design.DesignerTransactionCloseEventArgs
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DesignerTransactionCloseEventArgs メンバ
System.ComponentModel.Design 名前空間
DesignerTransactionCloseEventHandler


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

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

辞書ショートカット

すべての辞書の索引

「DesignerTransactionCloseEventArgs クラス」の関連用語

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

   

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



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

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

©2024 GRAS Group, Inc.RSS