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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。