次の方法で共有


EnableEventArgs クラス

EnableAltDesignerChanged イベントのデータを提供します。

継承階層

System.Object
  System.EventArgs
    Microsoft.ReportingServices.Interfaces.EnableEventArgs

名前空間:  Microsoft.ReportingServices.Interfaces
アセンブリ:  Microsoft.ReportingServices.QueryDesigners (Microsoft.ReportingServices.QueryDesigners.dll)

構文

'宣言
Public Class EnableEventArgs _
    Inherits EventArgs
'使用
Dim instance As EnableEventArgs
public class EnableEventArgs : EventArgs
public ref class EnableEventArgs : public EventArgs
type EnableEventArgs =  
    class 
        inherit EventArgs 
    end
public class EnableEventArgs extends EventArgs

EnableEventArgs 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド EnableEventArgs EnableEventArgs クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Enabled IQueryDesigner を有効にするかどうかを示します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.ReportingServices.Interfaces 名前空間