AddEventArgs クラス
CollectionChangeEventHandler が有効になっているコレクションに対して、Add イベントで使用される引数に関する情報を提供します。
継承階層
System.Object
System.EventArgs
Microsoft.AnalysisServices.CollectionChangeEventArgs
Microsoft.AnalysisServices.AddEventArgs
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public NotInheritable Class AddEventArgs _
Inherits CollectionChangeEventArgs
'使用
Dim instance As AddEventArgs
public sealed class AddEventArgs : CollectionChangeEventArgs
public ref class AddEventArgs sealed : public CollectionChangeEventArgs
[<SealedAttribute>]
type AddEventArgs =
class
inherit CollectionChangeEventArgs
end
public final class AddEventArgs extends CollectionChangeEventArgs
AddEventArgs 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
Element | コレクション変更イベントのデータを返します。 (CollectionChangeEventArgs から継承されています。) | |
Index | Add イベント内の引数の数を取得します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
説明
新規: 2006 年 7 月 17 日
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。